Commit 93b2f652 authored by Bong Cosca's avatar Bong Cosca
Browse files

Cosmetic code mod

parent 23519ddd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1851,7 +1851,7 @@ class View extends Prefab {
		if (is_object($arg)) {
			$ref=new ReflectionClass($arg);
			if ($ref->iscloneable())
				$arg=clone $arg;
				$arg=clone($arg);
			return $arg;
		}
		if (is_array($arg)) {