[-] BO : AdminModule Addons Icon now appear in AutoComplete Search

This commit is contained in:
fSerny
2011-11-23 13:49:15 +00:00
parent 3b034002cc
commit 43f58a84f3
3 changed files with 5 additions and 3 deletions
@@ -827,6 +827,7 @@ class AdminModulesControllerCore extends AdminController
'desc' => (string)$module->description,
'name' => (string)$module->name,
'author' => (string)$module->author,
'image' => (isset($module->image) ? (string)$module->image : ''),
'option' => $this->displayModuleOptions($module)
)).', ';
}