]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Queue_item.php
The rest of the things necessary to make group block work
[quix0rs-gnu-social.git] / classes / Queue_item.php
index 1b34d8ab448f2ee0c0032089f4a665e9f0048329..9b909ec22ba8360ca1f39ee5f990cd47ed92f3e7 100644 (file)
@@ -34,7 +34,7 @@ class Queue_item extends Memcached_DataObject
 
         $qi->limit(1);
 
-        $cnt = $qi->find(TRUE);
+        $cnt = $qi->find(true);
 
         if ($cnt) {
             # XXX: potential race condition