diff options
Diffstat (limited to 'app/controllers/configureController.php')
| -rwxr-xr-x | app/controllers/configureController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php index 6295ca8e6..23df09172 100755 --- a/app/controllers/configureController.php +++ b/app/controllers/configureController.php @@ -64,6 +64,8 @@ class configureController extends ActionController { $this->view->categories = $catDAO->listCategories (false); $this->view->defaultCategory = $catDAO->getDefault (); + $this->view->feeds = $feedDAO->listFeeds (); + $this->view->flux = false; View::prependTitle (Translate::t ('categories_management') . ' - '); } |
