diff options
| author | 2012-10-22 18:00:13 +0200 | |
|---|---|---|
| committer | 2012-10-22 18:00:13 +0200 | |
| commit | 0426541acbeb44d240e6dbf7a93f3a104bea61b4 (patch) | |
| tree | 209a425c5afee9e627d11023b262326812be1fbc /app/App_FrontController.php | |
| parent | fb57be5a5af3a2fb46b2dbf2b503ffe78eb5cf49 (diff) | |
Grosse màj : ajout de la configuration + ajouts divers fonctionnalités
Diffstat (limited to 'app/App_FrontController.php')
| -rw-r--r-- | app/App_FrontController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/App_FrontController.php b/app/App_FrontController.php index 5a2b27eed..bffe80ea3 100644 --- a/app/App_FrontController.php +++ b/app/App_FrontController.php @@ -23,6 +23,7 @@ class App_FrontController extends FrontController { private function loadModels () { include (APP_PATH . '/models/RSSConfiguration.php'); + include (APP_PATH . '/models/Category.php'); include (APP_PATH . '/models/Feed.php'); include (APP_PATH . '/models/Entry.php'); } |
