X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2FBarrel%2FPage.php;h=baa9fcc217227ef187cc5a7519223603d11e9e46;hb=7aff44b2a3193e43aedfd7bf7fc3801bcffcf3e0;hp=d680bc456cab05b7fd3128d109f4c35ec048ff4c;hpb=16807ba08214124b17b1f14226be12cdd646adc1;p=diogenes.git diff --git a/include/Barrel/Page.php b/include/Barrel/Page.php index d680bc4..baa9fcc 100644 --- a/include/Barrel/Page.php +++ b/include/Barrel/Page.php @@ -216,7 +216,7 @@ class Diogenes_Barrel_Page if ($props['PID']) { $cache = $globals->plugins->readCache($this->barrel->pluginsCacheFile, $this->barrel->alias); - $plugs_active = $globals->plugins->cachedActive($cache, $this->barrel->alias, $props['PID']); + $plugs_active = $globals->plugins->cacheGetActive($cache, $this->barrel->alias, $props['PID']); foreach($plugs_active as $plugentry) { $plug_h = $globals->plugins->load($plugentry);