From: Friendika Date: Sat, 6 Nov 2010 23:54:21 +0000 (-0700) Subject: unable to discard notify X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c9aa975faeacbffce9314443aebe9ebc220aac3;p=friendica.git unable to discard notify --- diff --git a/mod/notifications.php b/mod/notifications.php index b4116bbe3d..44d0dfe561 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -14,7 +14,7 @@ function notifications_post(&$a) { if($request_id) { $r = q("SELECT `id` FROM `intro` - WHERE `request-id` = %d + WHERE `id` = %d AND `uid` = %d LIMIT 1", intval($request_id), intval(local_user())