Remove deprecated call-by-reference. Was causing a warning on Dreamhost.
This commit is contained in:
parent
85b93310dd
commit
54c6dc090b
|
@ -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…
Reference in New Issue
Block a user