X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcache.php;h=104314cb06b24aee08eb3688b12dd9e7af6c4bce;hb=3290227b50582ed29790f0bb10210362ca2f4093;hp=e79d75c294b1a49175d05d3ac2dcefc40f3249c1;hpb=06b068d43b62731fdd74e03c7ed0fec32402b831;p=quix0rs-gnu-social.git diff --git a/lib/cache.php b/lib/cache.php index e79d75c294..104314cb06 100644 --- a/lib/cache.php +++ b/lib/cache.php @@ -127,7 +127,7 @@ class Cache $names = array(); - foreach (StatusNet::getActivePlugins() as $plugin=>$attrs) { + foreach (GNUsocial::getActivePlugins() as $plugin=>$attrs) { $names[] = $plugin; }