diff options
| author | 2013-11-07 19:44:36 +0100 | |
|---|---|---|
| committer | 2013-11-07 19:44:36 +0100 | |
| commit | 3a097f8e0c58b1a9eeb5e12de40fea98d6e012e5 (patch) | |
| tree | f3121b6c9a8d72d420571425fd9caa43a0204b6e /app/App_FrontController.php | |
| parent | 637b557d195db3fe0120d0b14c869df4e1990a5d (diff) | |
Renomme fichiers selon leur classe
Corrige https://github.com/marienfressinaud/FreshRSS/issues/191
Diffstat (limited to 'app/App_FrontController.php')
| -rw-r--r-- | app/App_FrontController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/App_FrontController.php b/app/App_FrontController.php index 2db2d8ac1..91eb7fa3c 100644 --- a/app/App_FrontController.php +++ b/app/App_FrontController.php @@ -37,7 +37,7 @@ class App_FrontController extends FrontController { include (APP_PATH . '/models/Entry.php'); include (APP_PATH . '/models/EntriesGetter.php'); include (APP_PATH . '/models/RSSPaginator.php'); - include (APP_PATH . '/models/Log.php'); + include (APP_PATH . '/models/Log_Model.php'); } private function loadParamsView () { |
