diff --git a/modules/Migration/models/Module.php b/modules/Migration/models/Module.php index 8f9aa4ae16296477b96284b11eec3f8b98823033..b781bfc0970ed1f379a9f15567d136300c959b2e 100644 --- a/modules/Migration/models/Module.php +++ b/modules/Migration/models/Module.php @@ -25,7 +25,7 @@ class Migration_Module_Model extends Vtiger_Module_Model { * Static Function to get the instance of Vtiger Module Model for the given id or name * @param mixed id or name of the module */ - public static function getInstance($value) { + public static function getInstance($value='') { return new self($value); }