From 3a097f8e0c58b1a9eeb5e12de40fea98d6e012e5 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 7 Nov 2013 19:44:36 +0100 Subject: Renomme fichiers selon leur classe Corrige https://github.com/marienfressinaud/FreshRSS/issues/191 --- app/App_FrontController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/App_FrontController.php') 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 () { -- cgit v1.2.3