Fix missing variable initialization
This commit is contained in:
parent
db4ab2cd92
commit
2fb8148788
@ -99,6 +99,8 @@ class UrlsettingsAction extends SettingsAction
|
|||||||
$this->hidden('token', common_session_token());
|
$this->hidden('token', common_session_token());
|
||||||
$this->elementStart('ul', 'form_data');
|
$this->elementStart('ul', 'form_data');
|
||||||
|
|
||||||
|
$shorteners = array();
|
||||||
|
|
||||||
Event::handle('GetUrlShorteners', array(&$shorteners));
|
Event::handle('GetUrlShorteners', array(&$shorteners));
|
||||||
|
|
||||||
$services = array();
|
$services = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user