Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
giveit-deploy committed Nov 16, 2012
1 parent 69e31d6 commit 557cf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoLoader.php
Expand Up @@ -64,7 +64,7 @@ public function __construct($config = false)
$this->readConfigFile($config); $this->readConfigFile($config);
} }


spl_autoload_register('\opensourceame\AutoLoader\AutoLoader::load'); spl_autoload_register('\opensourceame\AutoLoader::load');


// require the entity file // require the entity file
require_once __DIR__ . '/Entity.php'; require_once __DIR__ . '/Entity.php';
Expand Down

0 comments on commit 557cf30

Please sign in to comment.