Typo ... but should be in language file.

This commit is contained in:
Sébastien Lucas 2013-12-17 21:00:10 +01:00
parent 8d7b3afc3b
commit ca1af997ba

View file

@ -27,7 +27,7 @@ $book = Book::getBookByDataId($idData);
$data = $book->getDataById ($idData); $data = $book->getDataById ($idData);
if (filesize ($data->getLocalPath ()) > 10 * 1024 * 1024) { if (filesize ($data->getLocalPath ()) > 10 * 1024 * 1024) {
echo 'Attachement too big'; echo 'Attachment too big';
exit; exit;
} }