Skip to content

Commit

Permalink
Fixing incorrectly named variable. Refs #567
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 21, 2010
1 parent 5ceb193 commit 9053291
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ function display() {
if (!$count) {
$this->redirect('/');
}
$page = $subpage = $title = null;
$page = $subpage = $title_for_layout = null;

if (!empty($path[0])) {
$page = $path[0];
Expand Down

0 comments on commit 9053291

Please sign in to comment.