Browse Source

coding standards

euromark 12 years ago
parent
commit
8a90cbd4fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/Command/AclShell.php

+ 1 - 1
lib/Cake/Console/Command/AclShell.php

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