|
|
@@ -91,7 +91,7 @@ class AclShell extends AppShell {
|
|
|
$this->args = null;
|
|
|
return $this->DbConfig->execute();
|
|
|
}
|
|
|
- require_once (APP . 'Config' . DS . 'database.php');
|
|
|
+ require_once APP . 'Config' . DS . 'database.php';
|
|
|
|
|
|
if (!in_array($this->command, array('initdb'))) {
|
|
|
$collection = new ComponentCollection();
|