Code Duplication    Length = 3-3 lines in 2 locations

lib/templates/pobject/dialog.add.all.php 1 location

@@ 3-5 (lines=3) @@
1
<?php
2
	$ARCurrent->nolangcheck=true;
3
	if( $this->CheckLogin("add", ARANYTYPE) && $this->CheckConfig()) {
4
		$this->call("dialog.add.list.php", array("showall" => 1));
5
	}
6
?>
7

lib/templates/pobject/dialog.add.typetree.php 1 location

@@ 3-5 (lines=3) @@
1
<?php
2
	$ARCurrent->nolangcheck=true;
3
	if( $this->CheckLogin("add", ARANYTYPE) && $this->CheckConfig()) {
4
		$this->call("dialog.add.list.php", array("showall" => 0));
5
	}
6
?>
7