PluginProbe
CSS & JavaScript Toolbox / 6.1
CSS & JavaScript Toolbox v6.1
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | controllers/blocks.php +0 -9 trunk6.1 View file →
@@ -54,9 +54,8 @@
54 54 $backupId = filter_input(INPUT_GET, 'backupId', FILTER_SANITIZE_NUMBER_INT);
55 55 $blocks['filters']['type'] = 'block';
56 56 // If backupId is not provided it must be NULL in the filter,
57 57 $blocks['filters']['backupId'] = $backupId ? $backupId : null;
58 - $blocks['filters']['returnCodeFile'] = true;
59 58 // Push data to the view.
60 59 $this->view->blocks = $this->model->getBlocks(null, $blocks['filters']);
61 60 $this->view->order = $this->model->getOrder();
62 61 $this->view->backupId = $blocks['filters']['backupId'];
@@ -92,15 +91,7 @@
92 91 // Diplay notice only if not dismissed!
93 92 if (!$model->dismissNotice()) {
94 93 echo parent::displayAction();
95 94 }
96 - }
97 -
98 - /**
99 - * put your comment there...
100 - *
101 - */
102 - public function setupAction() {
103 - echo parent::displayAction();
104 95 }
105 96
106 97 } // End class.