summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2009-11-19 15:25:25 +0100
committerAdrian Lang <lang@cosmocode.de>2010-01-20 10:53:21 +0100
commit8881fcc99a05f20da8fdd0f1c52f801fd84a8bb7 (patch)
tree451a84ffd9dd8b9347b15007e264bd695f881ac8 /lib/exe
parent5b75cd1f5c479ada468fbf62a733c54edad152f1 (diff)
downloadrpg-8881fcc99a05f20da8fdd0f1c52f801fd84a8bb7.tar.gz
rpg-8881fcc99a05f20da8fdd0f1c52f801fd84a8bb7.tar.bz2
Add events to subscription.
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/indexer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/indexer.php b/lib/exe/indexer.php
index eb1556e1d..70aa607a9 100644
--- a/lib/exe/indexer.php
+++ b/lib/exe/indexer.php
@@ -399,7 +399,7 @@ function sendDigest() {
$lastupdate);
}
// Update notification time.
- subscription_set($id, $user, $style, true);
+ subscription_set($user, $id, $style, time(), true);
}
}
}