Skip to content

Commit

Permalink
Merge pull request #9 from shortsteps/master
Browse files Browse the repository at this point in the history
Resolve #8
  • Loading branch information
zakkak committed Jun 30, 2017
2 parents d348306 + 75c1503 commit e959a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-user-email-notifications-event.php
Expand Up @@ -56,7 +56,7 @@ function process_event ($event, $userid, $handle, $cookieid, $params)
" fav.entityid IN (".implode(',',$categoryids).")) OR".
" (fav.entitytype = '".QA_ENTITY_QUESTION."' AND".
" (fav.entityid = ".$params['postid']." OR".
" fav.entityid = ".$params['parentid']."))".
" fav.entityid = '".$params['parentid']."'))".
")) GROUP BY email";
$emailsubscriptions = qa_db_read_all_values(qa_db_query_sub($query));
}
Expand Down

0 comments on commit e959a1c

Please sign in to comment.