| @@ -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. |