aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/subscriptionController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/subscriptionController.php')
-rw-r--r--app/Controllers/subscriptionController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controllers/subscriptionController.php b/app/Controllers/subscriptionController.php
index 79da39751..f6d5e9457 100644
--- a/app/Controllers/subscriptionController.php
+++ b/app/Controllers/subscriptionController.php
@@ -74,7 +74,7 @@ class FreshRSS_subscription_Controller extends Minz_ActionController {
*/
public function feedAction() {
if (Minz_Request::param('ajax')) {
- $this->view->_useLayout(false);
+ $this->view->_layout(false);
}
$feedDAO = FreshRSS_Factory::createFeedDao();
@@ -152,7 +152,7 @@ class FreshRSS_subscription_Controller extends Minz_ActionController {
}
public function categoryAction() {
- $this->view->_useLayout(false);
+ $this->view->_layout(false);
$categoryDAO = FreshRSS_Factory::createCategoryDao();