coding standards

This commit is contained in:
euromark 2013-10-24 23:14:09 +02:00
parent ea0c66e713
commit 8a90cbd4fe

View file

@ -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();