Fix issue #40 : test des erreurs SimplePie

This commit is contained in:
Marien Fressinaud
2013-04-10 21:43:53 +02:00
parent a88e61ca1e
commit 42100a8322
4 changed files with 19 additions and 0 deletions

View File

@@ -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');