diff options
author | Adrian Lang <lang@cosmocode.de> | 2009-11-19 15:25:25 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-01-20 10:53:21 +0100 |
commit | 8881fcc99a05f20da8fdd0f1c52f801fd84a8bb7 (patch) | |
tree | 451a84ffd9dd8b9347b15007e264bd695f881ac8 /lib/exe | |
parent | 5b75cd1f5c479ada468fbf62a733c54edad152f1 (diff) | |
download | rpg-8881fcc99a05f20da8fdd0f1c52f801fd84a8bb7.tar.gz rpg-8881fcc99a05f20da8fdd0f1c52f801fd84a8bb7.tar.bz2 |
Add events to subscription.
Diffstat (limited to 'lib/exe')
-rw-r--r-- | lib/exe/indexer.php | 2 |
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); } } } |