summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/othersettings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/othersettings.php b/actions/othersettings.php
index 1d252f34e..0de7cd908 100644
--- a/actions/othersettings.php
+++ b/actions/othersettings.php
@@ -98,7 +98,9 @@ class OthersettingsAction extends AccountSettingsAction
$this->hidden('token', common_session_token());
$this->elementStart('ul', 'form_data');
+ $shorteners = array();
Event::handle('GetUrlShorteners', array(&$shorteners));
+ $services = array();
foreach($shorteners as $name=>$value)
{
$services[$name]=$name;