fix for curweather

This commit is contained in:
Hannes Heute 2024-06-27 11:44:15 +02:00
parent abca07b29d
commit b2108c7a4c

View file

@ -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;
}