fix for curweather

pull/1521/head
Hannes Heute 2024-06-27 11:44:15 +02:00
parent abca07b29d
commit b2108c7a4c
1 changed files with 1 additions and 1 deletions

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