Completed
Branch develop (14e9c9)
by
unknown
14:28
created
htdocs/includes/geoPHP/geoPHP.inc.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 		if (!$type) {
55 55
 			// If the user is trying to load a Geometry from a Geometry... Just pass it back
56 56
 			if (is_object($data)) {
57
-				if ($data instanceOf Geometry) return $data;
57
+				if ($data instanceof Geometry) return $data;
58 58
 			}
59 59
 
60 60
 			$detected = geoPHP::detectFormat($data);
Please login to merge, or discard this patch.