summaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index b0fd4a8f9..243c155f9 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -61,6 +61,9 @@ class configureController extends ActionController {
}
public function feedAction () {
+ $catDAO = new CategoryDAO ();
+ $this->view->categories = $catDAO->listCategories ();
+
$feedDAO = new FeedDAO ();
$this->view->feeds = $feedDAO->listFeeds ();