Skip to content

Commit

Permalink
Fix #1258
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Sep 20, 2013
1 parent a321ca8 commit 2b82b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/acl/adapter/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ PHP_METHOD(Phalcon_Acl_Adapter_Memory, isAllowed){
}
}

PHALCON_INIT_VAR(have_access);
PHALCON_INIT_NVAR(have_access);
ZVAL_BOOL(have_access, allow_access);

phalcon_update_property_this(this_ptr, SL("_accessGranted"), have_access TSRMLS_CC);
Expand Down

0 comments on commit 2b82b16

Please sign in to comment.