[curweather] x() no longer used and more #669

Merged
Quix0r merged 5 commits from curweather/x-empty-app-spaces into develop 2018-07-25 02:19:00 +02:00
Showing only changes of commit bf6b8bc042 - Show all commits

View file

@ -175,8 +175,8 @@ function curweather_addon_settings_post(App $a, $post)
info(L10n::t('Current Weather settings updated.') . EOL);
}
function curweather_addon_settings(App $a, &$s) {
function curweather_addon_settings(App $a, &$s)
{
if (!local_user()) {
return;
}