Fix on sitenotice admin panel save

This commit is contained in:
Brion Vibber 2010-03-04 06:39:46 -08:00
parent 14d7f4a598
commit 9f861e9d89
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class SitenoticeadminpanelAction extends AdminPanelAction
$result = Config::save('site', 'notice', $siteNotice);
if (!result) {
if (!$result) {
$this->ServerError(_("Unable to save site notice."));
}
}