Skip to content

Commit

Permalink
Merge pull request #4082 from ocextension/patch-1
Browse files Browse the repository at this point in the history
Update modification.php fix
  • Loading branch information
danielkerr committed Mar 9, 2016
2 parents 5121e4a + df6adc4 commit 78093c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/modification.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public function refresh($data = array()) {
$this->model_setting_setting->editSettingValue('config', 'config_maintenance', $maintenance);

// Do not return success message if refresh() was called with $data
if (!data['redirect']) {
if (!$data['redirect']) {
$this->session->data['success'] = $this->language->get('text_success');
}

Expand Down

0 comments on commit 78093c4

Please sign in to comment.