Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
shanliu committed Oct 9, 2019
1 parent c61c808 commit d42d6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/src/class_db_builder.c
Expand Up @@ -677,7 +677,7 @@ ZEND_METHOD(lsentity_db_builder_class, insert){
}else{
zval_ptr_dtor(&find);
zval_ptr_dtor(&ktmp);
zend_error(E_USER_NOTICE, "%s", "The %s property does not exist in the %s table:",ZSTR_VAL(kval),Z_STRVAL(_table_name));
zend_error(E_USER_NOTICE, "The %s property does not exist in the %s table:",ZSTR_VAL(kval),Z_STRVAL(_table_name));
}
}ZEND_HASH_FOREACH_END();
} ZEND_HASH_FOREACH_END();
Expand Down

0 comments on commit d42d6b8

Please sign in to comment.