ENHANCEMENT Removed unnecessary "Edit Page > Reports" controller, feature will only be available through a dedicated "Reports" interface

This commit is contained in:
Ingo Schommer 2011-09-19 21:50:15 +02:00
parent 803adfce42
commit 9c22a87b9a

View File

@ -1,12 +0,0 @@
<?php
class CMSPageReportsController extends CMSMain {
static $url_segment = 'page/reports';
static $url_rule = '/$Action/$ID/$OtherID';
static $url_priority = 42;
function getEditForm($id = null, $fields = null) {
return "Not implemented yet";
}
}