From f284777fc4450e43e08cf4e29f86a853538c590a Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Wed, 16 Oct 2013 11:59:36 +0200 Subject: [PATCH] // Removed the trailing (Addons) after the name of the native modules --- classes/module/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/module/Module.php b/classes/module/Module.php index 2bf3d040a..5a84a9d51 100644 --- a/classes/module/Module.php +++ b/classes/module/Module.php @@ -1187,7 +1187,7 @@ abstract class ModuleCore $item->name = strip_tags((string)$modaddons->name); $item->version = strip_tags((string)$modaddons->version); $item->tab = strip_tags((string)$modaddons->tab); - $item->displayName = strip_tags((string)$modaddons->displayName).' (Addons)'; + $item->displayName = strip_tags((string)$modaddons->displayName); $item->description = stripslashes(strip_tags((string)$modaddons->description)); $item->author = strip_tags((string)$modaddons->author); $item->limited_countries = array();