diff options
author | Friendika <info@friendika.com> | 2010-11-06 16:54:21 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-06 16:54:21 -0700 |
commit | 8c9aa975faeacbffce9314443aebe9ebc220aac3 (patch) | |
tree | 2b2dbad444ef77d7b258534c756d5c42b6dff8f4 /mod/notifications.php | |
parent | be203d592d6aca02359ef4714fb9c9ce8a617bad (diff) | |
download | volse-hubzilla-8c9aa975faeacbffce9314443aebe9ebc220aac3.tar.gz volse-hubzilla-8c9aa975faeacbffce9314443aebe9ebc220aac3.tar.bz2 volse-hubzilla-8c9aa975faeacbffce9314443aebe9ebc220aac3.zip |
unable to discard notify
Diffstat (limited to 'mod/notifications.php')
-rw-r--r-- | mod/notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index b4116bbe3..44d0dfe56 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()) |