diff options
| author | 2013-04-10 21:43:53 +0200 | |
|---|---|---|
| committer | 2013-04-10 21:43:53 +0200 | |
| commit | 42100a83223b93060eedc482eda94a890ee01e4a (patch) | |
| tree | cf31ac7e6ff53bcd37f83f707d99f633c736b29a /app/App_FrontController.php | |
| parent | a88e61ca1ed1fa1ff145aa1feae10e9529b778bd (diff) | |
Fix issue #40 : test des erreurs SimplePie
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 fff238bf2..8a5dcdcba 100644 --- a/app/App_FrontController.php +++ b/app/App_FrontController.php @@ -24,6 +24,7 @@ class App_FrontController extends FrontController { } private function loadModels () { + include (APP_PATH . '/models/Exception/FeedException.php'); include (APP_PATH . '/models/RSSConfiguration.php'); include (APP_PATH . '/models/Days.php'); include (APP_PATH . '/models/Category.php'); |
