mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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
This commit is contained in:
parent
49b720ffd0
commit
a12f9c987f
@ -346,14 +346,6 @@ class LeftAndMain extends Controller {
|
||||
$parts = split('</?form[^>]*>', $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
|
||||
|
Loading…
x
Reference in New Issue
Block a user