mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 19:42:59 +00:00
fix for curweather
This commit is contained in:
parent
abca07b29d
commit
b2108c7a4c
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ function curweather_network_mod_init(string &$body)
|
|||
|
||||
function curweather_addon_settings_post($post)
|
||||
{
|
||||
if (!DI::userSession()->getLocalUserId() || empty($_POST['curweather-settings-submit'])) {
|
||||
if (!DI::userSession()->getLocalUserId() || empty($_POST['curweather-submit'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue