projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14d7f4a
)
Fix on sitenotice admin panel save
author
Brion Vibber
<brion@pobox.com>
Thu, 4 Mar 2010 14:39:46 +0000
(06:39 -0800)
committer
Brion Vibber
<brion@pobox.com>
Thu, 4 Mar 2010 14:39:46 +0000
(06:39 -0800)
actions/sitenoticeadminpanel.php
patch
|
blob
|
history
diff --git
a/actions/sitenoticeadminpanel.php
b/actions/sitenoticeadminpanel.php
index 613a2e96beff7dda40d9ffddafaab40a34081124..3931aa9825f7482ca81ac8e9a8dec148cd51db9f 100644
(file)
--- a/
actions/sitenoticeadminpanel.php
+++ b/
actions/sitenoticeadminpanel.php
@@
-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."));
}
}