MINOR Unsetting any current record state in CMSPagesController, as it doesn't deal with records (and it wrongly highlights the current tree node)

This commit is contained in:
Ingo Schommer 2012-02-14 16:00:48 +01:00
parent f4e3e79c0d
commit 023902c4cc

View File

@ -37,4 +37,8 @@ class CMSPagesController extends CMSMain {
function PreviewLink() {
return false;
}
public function currentPageID() {
return false;
}
}