fix icon for plugins following templates in extension manager

This commit is contained in:
Andreas Gohr 2014-05-10 15:18:20 +02:00
parent 52ab27d83d
commit 811653d715
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
if(substr($id, 0 , 9) == 'template:'){
$this->base = substr($id, 9);
$this->is_template = true;
} else {
$this->is_template = false;
}
$this->localInfo = array();