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();