Skip to content

Commit

Permalink
Builder _having patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinderella-Man committed Oct 18, 2013
1 parent 42cdf58 commit b2e3cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/mvc/model/query/builder.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ PHP_METHOD(Phalcon_Mvc_Model_Query_Builder, __construct){
if (phalcon_array_isset_string(params, SS("having"))) {
PHALCON_OBS_VAR(having_clause);
phalcon_array_fetch_string(&having_clause, params, SL("having"), PH_NOISY);
phalcon_update_property_this(this_ptr, SL("_group"), having_clause TSRMLS_CC);
phalcon_update_property_this(this_ptr, SL("_having"), having_clause TSRMLS_CC);
}

/**
Expand Down

0 comments on commit b2e3cbe

Please sign in to comment.