Patches applied:
* opensource@polytechnique.org--2005/platal--release--0.9.4--patch-7
minor problem wrt NL validation
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-408
function _mail_body($isok)
{
if ($isok) {
- return " L'annonce que tu avais proposée ({$this->title}) vient d'être validée.";
+ return ' L\'article que tu avais proposée ('.$this->art->title().') vient d\'être validé.';
} else {
- return " L'annonce que tu avais proposée ({$this->title}) a été refusée.";
+ return ' L\'article que tu avais proposée ('.$this->art->title().') a été refusé.';
}
}