X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fothersettings.php;h=10e9873b390b16f6cbc7e0d849a0c6d770a9814a;hb=ddb656fcd2a3233b26e28987d2f3425944908d30;hp=1d252f34ed89d02e09131c4e35d952ee7bb2bd1a;hpb=23290f746f7ef9567e95ecbb06baf17f246a3fe7;p=quix0rs-gnu-social.git diff --git a/actions/othersettings.php b/actions/othersettings.php index 1d252f34ed..10e9873b39 100644 --- a/actions/othersettings.php +++ b/actions/othersettings.php @@ -57,7 +57,7 @@ class OthersettingsAction extends AccountSettingsAction function title() { - return _('Other Settings'); + return _('Other settings'); } /** @@ -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;