summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/helper/repository.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/extension/helper/repository.php')
-rw-r--r--lib/plugins/extension/helper/repository.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/plugins/extension/helper/repository.php b/lib/plugins/extension/helper/repository.php
index 98128a9a3..38e07786e 100644
--- a/lib/plugins/extension/helper/repository.php
+++ b/lib/plugins/extension/helper/repository.php
@@ -110,10 +110,6 @@ class helper_plugin_extension_repository extends DokuWiki_Plugin {
return array();
}
- protected function cacheData($name, $data){
-
- }
-
/**
* Search for plugins or templates using the given query string
*
@@ -133,7 +129,7 @@ class helper_plugin_extension_repository extends DokuWiki_Plugin {
// store cache info for each extension
foreach($result as $ext){
- $name = $ext['name'];
+ $name = $ext['plugin'];
$cache = new cache('##extension_manager##'.$name, 'repo');
$cache->storeCache(serialize($ext));
$ids[] = $name;