Code Duplication    Length = 3-3 lines in 2 locations

lib/objects/ariadne_object.php 2 locations

@@ 1794-1796 (lines=3) @@
1791
				}
1792
			}
1793
*/
1794
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom['none']) {
1795
				$this->customdata=$this->data->custom['none'];
1796
			}
1797
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom[$nls]) {
1798
				$this->customnlsdata=$this->data->custom[$nls];
1799
			}
@@ 1797-1799 (lines=3) @@
1794
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom['none']) {
1795
				$this->customdata=$this->data->custom['none'];
1796
			}
1797
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom[$nls]) {
1798
				$this->customnlsdata=$this->data->custom[$nls];
1799
			}
1800
1801
			if (!$ARConfigChecked) {
1802
				// this template is the first template called in this request.