From 2fb81487881083034308e89da210fe630363b5bc Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Tue, 1 Mar 2011 15:25:06 -0800 Subject: [PATCH] Fix missing variable initialization --- actions/urlsettings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/urlsettings.php b/actions/urlsettings.php index 807f9492c7..7661086aae 100644 --- a/actions/urlsettings.php +++ b/actions/urlsettings.php @@ -99,6 +99,8 @@ class UrlsettingsAction extends SettingsAction $this->hidden('token', common_session_token()); $this->elementStart('ul', 'form_data'); + $shorteners = array(); + Event::handle('GetUrlShorteners', array(&$shorteners)); $services = array();