Skip to content

Commit

Permalink
little bug on the layout logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 7, 2010
1 parent 9238342 commit 3e65052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/libs/controllers/components/infinitas.php
Expand Up @@ -141,8 +141,8 @@ function getCorrectLayout($params=array()){
}

$prefix = '';
if (isset($this->params['prefix'])) {
$prefix = $this->params['prefix'];
if (isset($params['prefix'])) {
$prefix = $params['prefix'];
}

switch ($prefix) {
Expand Down

0 comments on commit 3e65052

Please sign in to comment.