diff --git a/code/SideReport.php b/code/SideReport.php index 9d7395f4..c7cbffe4 100755 --- a/code/SideReport.php +++ b/code/SideReport.php @@ -117,25 +117,6 @@ class SideReport_RecentlyEdited extends SideReport { } } -/** - * Content side-report listing pages with broken links - * @package cms - * @subpackage content - */ -class SideReport_BrokenLinks extends SideReport { - function title() { - return _t('SideReport.BROKENLINKS',"Pages with broken links"); - } - function records($params = null) { - return DataObject::get("SiteTree", "HasBrokenLink = 1"); - } - function fieldsToShow() { - return array( - "Title" => array("NestedTitle", array("2")), - ); - } -} - class SideReport_ToDo extends SideReport { function title() { return _t('SideReport.TODO',"To do");