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 branches found
No related tags found
2 merge requests!1233E_ALL fixes across modules for PHP 8.x,!1211E-ALL SETTINGS - Sharing Rules
......@@ -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.
Finish editing this message first!
Please register or to comment