Skip to content

Commit

Permalink
Correct previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Apr 21, 2020
1 parent 621eca4 commit b534cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernels/ZendEngine3/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@ int zephir_update_property_zval(zval *object, const char *property_name,
/* Is this function was called from within caller scope */
/*ce = zend_get_called_scope(EG(current_execute_data));
if (UNEXPECTED(!ce)) {
ce = Z_OBJCE_P(object);*/
}
ce = Z_OBJCE_P(object);
}*/

/* Backup current scope */
/*scope = zephir_get_scope(0);*/
Expand Down

0 comments on commit b534cf9

Please sign in to comment.