Skip to content
Snippets Groups Projects
Commit ce181f87 authored by yogeshwar's avatar yogeshwar
Browse files

E-ALL SETTINGS - Sharing Rules

parent 8af6d240
No related merge requests found
......@@ -121,7 +121,7 @@ class Settings_SharingAccess_Rule_Model extends Vtiger_Base_Model {
}
protected function getRuleComponents() {
if(!property_exists($this,'rule_details') ||!$this->rule_details && $this->getId()) {
if((!property_exists($this,'rule_details') || !$this->rule_details) && $this->getId()) {
$db = PearDatabase::getInstance();
$relationTypeComponents = explode('::', $this->get('relationtype'));
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment