Skip to content

Commit

Permalink
Removed Z_SET_ISREF_P
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jul 29, 2013
1 parent c86a827 commit 9535235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/mvc/collection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,6 @@ PHP_METHOD(Phalcon_Mvc_Collection, save){
ALLOC_INIT_ZVAL(options);
array_init(options);
add_assoc_long_ex(options, SS("w"), 1);
Z_SET_ISREF_P(options);

params[0] = data;
params[1] = options;
Expand Down

0 comments on commit 9535235

Please sign in to comment.