Code Duplication    Length = 3-3 lines in 2 locations

lib/objects/ariadne_object.php 2 locations

@@ 1857-1859 (lines=3) @@
1854
				}
1855
			}
1856
*/
1857
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom['none']) {
1858
				$this->customdata=$this->data->custom['none'];
1859
			}
1860
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom[$nls]) {
1861
				$this->customnlsdata=$this->data->custom[$nls];
1862
			}
@@ 1860-1862 (lines=3) @@
1857
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom['none']) {
1858
				$this->customdata=$this->data->custom['none'];
1859
			}
1860
			if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom[$nls]) {
1861
				$this->customnlsdata=$this->data->custom[$nls];
1862
			}
1863
1864
			if (!$ARConfigChecked) {
1865
				// this template is the first template called in this request.