Skip to content

Commit

Permalink
should be started before any controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 3, 2010
1 parent 7f01d7e commit 127caa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/core/controllers/components/core_config.php
Expand Up @@ -20,7 +20,7 @@

class CoreConfigComponent extends Object
{
function startup( &$controller )
function initialize( &$controller )
{
$this->controller = $controller;

Expand Down

0 comments on commit 127caa1

Please sign in to comment.