Browse Source

Removing unneeded line in ConnectionManager

Jose Lorenzo Rodriguez 15 years ago
parent
commit
01f6744e35
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lib/Cake/Model/ConnectionManager.php

+ 1 - 2
lib/Cake/Model/ConnectionManager.php

@@ -20,7 +20,6 @@
  */
 
 App::uses('DataSource', 'Model/Datasource');
-config('database');
 
 /**
  * Manages loaded instances of DataSource objects
@@ -54,7 +53,7 @@ class ConnectionManager {
 	protected static $_connectionsEnum = array();
 
 /**
- * Indicates if the init code for this class has alredy been executed
+ * Indicates if the init code for this class has already been executed
  *
  * @var boolean
  */