Fixed issue 114, email sent in language of commenter.

This commit is contained in:
Loic d'Anterroches
2009-10-08 11:23:33 +02:00
parent ec8ff4f76b
commit b6c5e803cb
16 changed files with 312 additions and 192 deletions

View File

@@ -93,6 +93,6 @@ class IDF_Form_ReviewFileComment extends Pluf_Form
}
$this->patch->get_review()->update(); // reindex and put up in
// the list.
return $this->patch;
return $bc;
}
}