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 dbd44e51a2
commit c09db79b95
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();