Yes, another stupid typo.

This commit is contained in:
thepurpleblob
2005-06-13 19:07:15 +00:00
parent 96dcfb5621
commit eed6bf497f
+1 -1
View File
@@ -6285,7 +6285,7 @@ function object_property_exists( $obj, $property ) {
else {
$properties = get_object_vars( $obj );
}
return array_key_exists( $properties, $property );
return array_key_exists( $property, $properties );
}