|
|
@@ -76,7 +76,7 @@ class AclShell extends AppShell {
|
|
|
App::uses($class, $plugin . 'Controller/Component/Acl');
|
|
|
if (!in_array($class, array('DbAcl', 'DB_ACL')) && !is_subclass_of($class, 'DbAcl')) {
|
|
|
$out = "--------------------------------------------------\n";
|
|
|
- $out .= __d('cake_console', 'Error: Your current Cake configuration is set to an ACL implementation other than DB.') . "\n";
|
|
|
+ $out .= __d('cake_console', 'Error: Your current CakePHP configuration is set to an ACL implementation other than DB.') . "\n";
|
|
|
$out .= __d('cake_console', 'Please change your core config to reflect your decision to use DbAcl before attempting to use this script') . "\n";
|
|
|
$out .= "--------------------------------------------------\n";
|
|
|
$out .= __d('cake_console', 'Current ACL Classname: %s', $class) . "\n";
|