From a12f9c987f8110e7823406d931343804e29ef22b Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Thu, 26 Nov 2009 23:13:45 +0000 Subject: [PATCH] API CHANGE: removed deprecated LeftAndMain::add_menu_item. Use CMSMenu::add_menu_item() git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@93687 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 3a082f0b..89932529 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -346,14 +346,6 @@ class LeftAndMain extends Controller { $parts = split(']*>', $html); return $parts[sizeof($parts)-2]; } - - /** - * @deprecated Use CMSMenu::add_menu_item(); - */ - static function add_menu_item($code, $menuTitle, $url, $controllerClass = null, $priority = -1) { - user_error("LeftAndMain::add_menu_item is deprecated; use CMSMenu::add_menu_item", E_USER_NOTICE); - return CMSMenu::add_menu_item($code, $menuTitle, $url, $controllerClass, $priority); - } //------------------------------------------------------------------------------------------// // Main UI components