Skip to content

Commit

Permalink
MINOR Unsetting any current record state in CMSPagesController, as it…
Browse files Browse the repository at this point in the history
… doesn't deal with records (and it wrongly highlights the current tree node)
  • Loading branch information
chillu committed Feb 14, 2012
1 parent f4e3e79 commit 023902c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/controllers/CMSPagesController.php
Expand Up @@ -37,4 +37,8 @@ function Link($action = null) {
function PreviewLink() { function PreviewLink() {
return false; return false;
} }

public function currentPageID() {
return false;
}
} }

0 comments on commit 023902c

Please sign in to comment.