mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
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:
parent
f4e3e79c0d
commit
023902c4cc
@ -37,4 +37,8 @@ class CMSPagesController extends CMSMain {
|
|||||||
function PreviewLink() {
|
function PreviewLink() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function currentPageID() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user