Removing unneeded line in ConnectionManager

This commit is contained in:
Jose Lorenzo Rodriguez 2011-05-27 01:30:42 -04:30
parent 005c690d94
commit 01f6744e35

View file

@ -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
*/