Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updateing theme loader to use new model after moving theme plugin to …
…management [#77]
  • Loading branch information
dogmatic69 committed Jan 13, 2010
1 parent 06f592f commit 8e822bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/libs/controllers/components/infinitas.php
Expand Up @@ -53,7 +53,7 @@ function setupTheme(){
$this->Controller->layout = 'admin';
}
if(!$theme = Cache::read('currentTheme')) {
$theme = ClassRegistry::init('Theme.Theme')->getCurrnetTheme();
$theme = ClassRegistry::init('Management.Theme')->getCurrnetTheme();
}

if (!isset($theme['Theme']['name'])) {
Expand Down

0 comments on commit 8e822bc

Please sign in to comment.