From cd58c0447292c1e6d4ebe5c675c3bdfa2597df59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alysson=20Gon=C3=A7alves?= Date: Wed, 29 Jun 2016 23:27:59 -0300 Subject: [PATCH] Fix comment --- src/Auth/TinyAuthorize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/TinyAuthorize.php b/src/Auth/TinyAuthorize.php index 0d3d409f..b3b907f4 100644 --- a/src/Auth/TinyAuthorize.php +++ b/src/Auth/TinyAuthorize.php @@ -13,7 +13,7 @@ define('AUTH_CACHE', '_cake_core_'); // use the most persistent cache by default } if (!defined('ACL_FILE')) { - define('ACL_FILE', 'acl.ini'); // stored in /app/Config/ by default + define('ACL_FILE', 'acl.ini'); // stored in /config/ by default } /**