forked from GNUsocial/gnu-social
Remove deprecated call-by-reference. Was causing a warning on Dreamhost.
This commit is contained in:
parent
dbd44e51a2
commit
c09db79b95
@ -93,7 +93,7 @@ class SitenoticeadminpanelAction extends AdminPanelAction
|
|||||||
// assert(all values are valid);
|
// assert(all values are valid);
|
||||||
// This throws an exception on validation errors
|
// This throws an exception on validation errors
|
||||||
|
|
||||||
$this->validate(&$siteNotice);
|
$this->validate($siteNotice);
|
||||||
|
|
||||||
$config = new Config();
|
$config = new Config();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user