mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-17 05:48:49 +00:00
[curweather] Another new line-feed added
This commit is contained in:
parent
4b5691707b
commit
bf6b8bc042
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue