]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Blacklist/Homepage_blacklist.php
Fixes for RSS subscriptions: accept posts with no ActivityStreams object-type set...
[quix0rs-gnu-social.git] / plugins / Blacklist / Homepage_blacklist.php
index 32080667e1e7bf1889f9f5a52d0731e3816b71b8..ec89ee4bd884b87afa79f80eb635c87e34636d3b 100644 (file)
@@ -94,7 +94,7 @@ class Homepage_blacklist extends Memcached_DataObject
 
     function keys()
     {
-        return array('pattern' => 'K');
+        return array_keys($this->keyTypes());
     }
 
     /**
@@ -108,7 +108,7 @@ class Homepage_blacklist extends Memcached_DataObject
 
     function keyTypes()
     {
-        return $this->keys();
+        return array('pattern' => 'K');
     }
 
     /**