Update base.php

This commit is contained in:
Namhyeon Go 2019-06-12 20:39:33 +09:00 committed by GitHub
parent d6b3b63264
commit df9030cded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,7 +327,7 @@ if(!check_function_exists("do_error")) {
set_error($msg, $code); set_error($msg, $code);
show_errors(); show_errors();
} }
}do_error }
if(!check_function_exists("get_property_value")) { if(!check_function_exists("get_property_value")) {
function get_property_value($prop, $obj, $ac=false) { function get_property_value($prop, $obj, $ac=false) {