aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rwxr-xr-xapp/controllers/indexController.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index 2f86034ee..140bbfc72 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -44,11 +44,6 @@ class indexController extends ActionController {
$this->view->_useLayout (false);
header('Content-Type: application/rss+xml; charset=utf-8');
} else {
- if(!$output) {
- $output = $this->view->conf->viewMode();
- Request::_param ('output', $output);
- }
-
View::appendScript (Url::display ('/scripts/shortcut.js?' . @filemtime(PUBLIC_PATH . '/scripts/shortcut.js')));
if ($output == 'global') {