diff options
Diffstat (limited to 'mod/notify.php')
-rw-r--r-- | mod/notify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/notify.php b/mod/notify.php index dd26bfe7e..3157e8ce8 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -23,6 +23,7 @@ function notify_init(&$a) { goaway($a->get_baseurl(true)); } + if(argc() > 2 && argv(1) === 'mark' && argv(2) === 'all' ) { $r = q("update notify set seen = 1 where uid = %d", intval(local_user()) |