Fix on sitenotice admin panel save
This commit is contained in:
parent
14d7f4a598
commit
9f861e9d89
|
@ -99,7 +99,7 @@ class SitenoticeadminpanelAction extends AdminPanelAction
|
||||||
|
|
||||||
$result = Config::save('site', 'notice', $siteNotice);
|
$result = Config::save('site', 'notice', $siteNotice);
|
||||||
|
|
||||||
if (!result) {
|
if (!$result) {
|
||||||
$this->ServerError(_("Unable to save site notice."));
|
$this->ServerError(_("Unable to save site notice."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user