Skip to content

Commit

Permalink
Fix #1428
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 24, 2013
1 parent a1b41e9 commit 6840ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/http/cookie.c
Original file line number Diff line number Diff line change
Expand Up @@ -873,9 +873,9 @@ PHP_METHOD(Phalcon_Http_Cookie, __toString){
}
}

convert_to_string(return_value_ptr ? *return_value_ptr : return_value);
return;
}

RETURN_ZVAL(value, 1, 0);
}

0 comments on commit 6840ca8

Please sign in to comment.