unable to discard notify

This commit is contained in:
Friendika 2010-11-06 16:54:21 -07:00
parent be203d592d
commit 8c9aa975fa
1 changed files with 1 additions and 1 deletions

View File

@ -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())