diff options
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 e288cb32e..55bcfc167 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/RSSConfiguration.php'); + include (APP_PATH . '/models/Days.php'); include (APP_PATH . '/models/Category.php'); include (APP_PATH . '/models/Feed.php'); include (APP_PATH . '/models/Entry.php'); |
