Code Duplication    Length = 3-3 lines in 2 locations

lib/objects/ariadne_object.php 2 locations

@@ 1786-1788 (lines=3) @@
1783
				}
1784
			}
1785
*/
1786
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom['none']) {
1787
				$this->customdata=$this->data->custom['none'];
1788
			}
1789
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom[$nls]) {
1790
				$this->customnlsdata=$this->data->custom[$nls];
1791
			}
@@ 1789-1791 (lines=3) @@
1786
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom['none']) {
1787
				$this->customdata=$this->data->custom['none'];
1788
			}
1789
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom[$nls]) {
1790
				$this->customnlsdata=$this->data->custom[$nls];
1791
			}
1792
1793
			if (!$ARConfigChecked) {
1794
				// this template is the first template called in this request.