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

Empty argument check added to remain silent when data comes through manifest

parent 8fb8bda1
No related branches found
No related tags found
1 merge request!311Language italian translation
......@@ -84,6 +84,8 @@ class Settings_MenuEditor_Module_Model extends Settings_Vtiger_Module_Model {
}
public static function addModuleToApp($moduleName, $parent) {
if (empty($moduleName) || empty($parent)) return;
$db = PearDatabase::getInstance();
$parent = strtoupper($parent);
$oldToNewAppMapping = Vtiger_MenuStructure_Model::getOldToNewAppMapping();
......
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