aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notify.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-08 02:49:08 -0800
committerfriendica <info@friendica.com>2013-01-08 02:49:08 -0800
commitba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4 (patch)
tree2eb7b84c8ab85ba00e0f0ff1055f14d56e4ddfd5 /mod/notify.php
parent7f6e1144f659c94f19881899db0d4b891690b759 (diff)
downloadvolse-hubzilla-ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4.tar.gz
volse-hubzilla-ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4.tar.bz2
volse-hubzilla-ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4.zip
lots of notification tweaks
Diffstat (limited to 'mod/notify.php')
-rw-r--r--mod/notify.php1
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())