Skip to content

Commit

Permalink
Removing unneeded line in ConnectionManager
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 27, 2011
1 parent 005c690 commit 01f6744
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Model/ConnectionManager.php
Expand Up @@ -20,7 +20,6 @@
*/

App::uses('DataSource', 'Model/Datasource');
config('database');

/**
* Manages loaded instances of DataSource objects
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 01f6744

Please sign in to comment.