@@ -15,7 +15,7 @@ |
||
| 15 | 15 | } elseif ($this->auth->isUser()) { |
| 16 | 16 | $this->data['userRole'] = 'User'; |
| 17 | 17 | $this->data['userLevel'] = $this->auth->getUserLevel(); |
| 18 | - }else { |
|
| 18 | + } else { |
|
| 19 | 19 | $this->alertBox->setAlert("You must be connected to acces the admin interface", 'warning'); |
| 20 | 20 | $this->container->getResponse()->redirect(); |
| 21 | 21 | } |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | if (!$configModel->updateConfig($update->dbId, $update->value)) { |
| 31 | 31 | $success = false; |
| 32 | 32 | $result['errorId'][] = $update->id; |
| 33 | - }else{ |
|
| 33 | + } else{ |
|
| 34 | 34 | $result['successId'][] = $update->id; |
| 35 | 35 | } |
| 36 | 36 | } |