aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-06 16:54:21 -0700
committerFriendika <info@friendika.com>2010-11-06 16:54:21 -0700
commit8c9aa975faeacbffce9314443aebe9ebc220aac3 (patch)
tree2b2dbad444ef77d7b258534c756d5c42b6dff8f4 /mod/notifications.php
parentbe203d592d6aca02359ef4714fb9c9ce8a617bad (diff)
downloadvolse-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.php2
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())