aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/configureController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-03-30 19:17:27 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-03-30 19:17:27 +0200
commit5f974c2567091412f4e98cad2a31e882e14cac9b (patch)
tree0561137e90c9d03d4e318ea8847dd82444d9b9f4 /app/Controllers/configureController.php
parent19517baf13dba7ebd7d41dbbacceaea3ed75af8e (diff)
parent34b17b748efb996f0202815dcf095a45d28e38da (diff)
Merge branch '163-export' into dev
Conflicts: app/layout/aside_feed.phtml
Diffstat (limited to 'app/Controllers/configureController.php')
-rwxr-xr-xapp/Controllers/configureController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index bd0d0a185..b4de19e11 100755
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -62,7 +62,6 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
$this->view->categories = $catDAO->listCategories (false);
$this->view->defaultCategory = $catDAO->getDefault ();
$this->view->feeds = $feedDAO->listFeeds ();
- $this->view->flux = false;
Minz_View::prependTitle (Minz_Translate::t ('categories_management') . ' ยท ');
}