summaryrefslogtreecommitdiffstats
path: root/app/classes/Simplel10n.php
Commit message (Collapse)AuthorAgeFilesLines
* Clean codenashe2015-08-111-1/+1
| | | | Replace dirname(__FILE__) by __DIR__.
* Fix class autoloadingnashe2015-08-111-0/+52
Made some mistakes with my last PR: I tested that everything were working, but on the wrong branch. This commit fixes all the autoloading error that were left.