Skip to content
Snippets Groups Projects
Commit deac5764 authored by Prasad's avatar Prasad
Browse files

Merge branch 'prega' into 'master'

Fixes #512 - vt7 - More in sidebar menu is static defined

See merge request !290
parents 5e75eff8 fb60d940
No related branches found
No related tags found
1 merge request!311Language italian translation
......@@ -227,7 +227,7 @@ if (defined('VTIGER_UPGRADE')) {
//END::Centralize user field table for easy query with context of user across module
//START::Adding new parent TOOLS in menu
$appsList = array('TOOLS' => array('Rss', 'Portal', 'Contacts', 'Accounts'));
$appsList = array('TOOLS' => array('Rss', 'Portal'));
foreach ($appsList as $app => $appModules) {
foreach ($appModules as $moduleName) {
$moduleModel = Vtiger_Module_Model::getInstance($moduleName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment