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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10527 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2011-11-23 13:49:15 +00:00
parent 3359ebb347
commit 4c83dce8f4
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)
)).', ';
}