summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-07 11:35:00 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-07 11:35:00 -0400
commit84e676b68702084d70794fbaf8871105588c79c1 (patch)
treee83ecc3ebe7c6d15adcd80a0d4864290cb1351f9 /classes/Notice.php
parentdd705ddaf751ee8132cdd52e47aeef259477912c (diff)
parent23e6dafff6d82492aa7ab2addc2fae99bd609b57 (diff)
Merge branch 'queuemanager' into 0.8.x
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 8a018068a..5ec0692d9 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -1210,7 +1210,7 @@ class Notice extends Memcached_DataObject
$window = explode(',', $laststr);
$last_id = $window[0];
$new_ids = call_user_func_array($fn, array_merge($args, array(0, NOTICE_CACHE_WINDOW,
- $last_id, 0, null, $tag)));
+ $last_id, 0, null)));
$new_window = array_merge($new_ids, $window);
@@ -1225,7 +1225,7 @@ class Notice extends Memcached_DataObject
}
$window = call_user_func_array($fn, array_merge($args, array(0, NOTICE_CACHE_WINDOW,
- 0, 0, null, $tag)));
+ 0, 0, null)));
$windowstr = implode(',', $window);