From: Hannes Heute Date: Thu, 27 Jun 2024 09:44:15 +0000 (+0200) Subject: fix for curweather X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2108c7a4c7efe5c79f8c5e762e3cae207d9e0d2;p=friendica-addons.git fix for curweather --- diff --git a/curweather/curweather.php b/curweather/curweather.php index 5a14a9cf..9aa8584a 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -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; }