diff options
author | sasiflo <redmatrixdev@sasiflo.de> | 2014-04-06 12:21:24 +0200 |
---|---|---|
committer | sasiflo <redmatrixdev@sasiflo.de> | 2014-04-06 12:21:24 +0200 |
commit | 6d170b2e07f9da8cb67cf0ac4e801b562735e8ae (patch) | |
tree | ab1d17d8cf72be4f258e0cb9999eaae2cd68dd6a /mod | |
parent | d084d5575cf4df347f2f393319cadb4b1f44f850 (diff) | |
parent | ad60e2c566930409d853517ca9392f169fc8e747 (diff) | |
download | volse-hubzilla-6d170b2e07f9da8cb67cf0ac4e801b562735e8ae.tar.gz volse-hubzilla-6d170b2e07f9da8cb67cf0ac4e801b562735e8ae.tar.bz2 volse-hubzilla-6d170b2e07f9da8cb67cf0ac4e801b562735e8ae.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notify.php b/mod/notify.php index 23ba098b7..6ee4260ce 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -11,7 +11,7 @@ function notify_init(&$a) { intval(local_user()) ); if($r) { - q("update notify set seen = 1 where ( link = '%s' or ( parent != 0 and parent = %d and otype = '%s' )) and uid = %d", + q("update notify set seen = 1 where ( link = '%s' or ( parent != '' and parent = '%s' and otype = '%s' )) and uid = %d", dbesc($r[0]['link']), intval($r[0]['parent']), dbesc($r[0]['otype']), |