From 75160b12821f7f4299cce7f0b69c83c1502ae071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 27 May 2024 13:08:29 +0200 Subject: 2024-02-19 upstream --- admin/survey/unsubscribe.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin/survey/unsubscribe.php') diff --git a/admin/survey/unsubscribe.php b/admin/survey/unsubscribe.php index b92ca1f..7a70e7e 100644 --- a/admin/survey/unsubscribe.php +++ b/admin/survey/unsubscribe.php @@ -29,9 +29,10 @@ $anketa = $_GET['anketa']; if ((int)$anketa > 0) { $su = new SurveyUnsubscribe($anketa); - $su::doUnsubscribe(); + $su->doUnsubscribe(); - } else { + } + else { echo $lang['user_bye_missing_id']; exit; } -- cgit v1.2.3