fix for curweather #1521

Merged
tobias merged 1 commit from haheute/friendica-addons:fix-curweather into 2024.06-rc 2024-06-28 18:27:26 +02:00
Showing only changes of commit b2108c7a4c - Show all commits

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