Message "No modules have been detected." is being displayed in the ACP if there are no modules in one of the sections of the Portal
This commit is contained in:
@@ -36,6 +36,7 @@ if (empty($lang) || !is_array($lang))
|
||||
|
||||
// Common
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL' => 'Portal',
|
||||
'PORTAL' => 'Portal',
|
||||
'NO_MODULES' => 'No modules have been detected.',
|
||||
));
|
||||
?>
|
||||
Reference in New Issue
Block a user