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
1 changed files with 1 additions and 1 deletions

View File

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