Skip to content

Commit

Permalink
fix icon for plugins following templates in extension manager
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed May 10, 2014
1 parent 52ab27d commit 811653d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plugins/extension/helper/extension.php
Expand Up @@ -57,6 +57,8 @@ public function setExtension($id) {
if(substr($id, 0 , 9) == 'template:'){
$this->base = substr($id, 9);
$this->is_template = true;
} else {
$this->is_template = false;
}

$this->localInfo = array();
Expand Down

0 comments on commit 811653d

Please sign in to comment.