Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4099' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 28, 2013
2 parents 9ead3de + 30ba874 commit b272b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Adapter/XCacheOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function getAdminUser()
*/
public function setAdminAuth($adminAuth)
{
$adminAuth = (boolean)$adminAuth;
$adminAuth = (bool) $adminAuth;
if ($this->adminAuth !== $adminAuth) {
$this->triggerOptionEvent('admin_auth', $adminAuth);
$this->adminAuth = $adminAuth;
Expand Down

0 comments on commit b272b7c

Please sign in to comment.