Skip to content

Commit

Permalink
sucess is green
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed May 18, 2018
1 parent eb1b595 commit e98b5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/config/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function handle() {
} else {
$this->configuration->touch();
}
msg($this->getLang('updated'), -1);
msg($this->getLang('updated'), 1);
} catch(Exception $e) {
msg($this->getLang('error'), -1);
}
Expand Down

0 comments on commit e98b5e4

Please sign in to comment.