]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/cache.php
Don't trust local HTML either
[quix0rs-gnu-social.git] / lib / cache.php
index e79d75c294b1a49175d05d3ac2dcefc40f3249c1..104314cb06b24aee08eb3688b12dd9e7af6c4bce 100644 (file)
@@ -127,7 +127,7 @@ class Cache
            
             $names   = array();
            
-            foreach (StatusNet::getActivePlugins() as $plugin=>$attrs) {
+            foreach (GNUsocial::getActivePlugins() as $plugin=>$attrs) {
                 $names[] = $plugin;
             }