Remove deprecated call-by-reference. Was causing a warning on Dreamhost.

This commit is contained in:
Zach Copley 2010-03-18 13:46:11 -07:00
parent 85b93310dd
commit 54c6dc090b
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class SitenoticeadminpanelAction extends AdminPanelAction
// assert(all values are valid);
// This throws an exception on validation errors
$this->validate(&$siteNotice);
$this->validate($siteNotice);
$config = new Config();