X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fothersettings.php;h=0de7cd90860b1a7cc26198a4e033c5820bb4ef5a;hb=3e9cc76da5b3c2fbf1898a357d1cfb58c7f66d85;hp=1d252f34ed89d02e09131c4e35d952ee7bb2bd1a;hpb=23290f746f7ef9567e95ecbb06baf17f246a3fe7;p=quix0rs-gnu-social.git diff --git a/actions/othersettings.php b/actions/othersettings.php index 1d252f34ed..0de7cd9086 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;