mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02: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
@ -347,14 +347,6 @@ class LeftAndMain extends Controller {
|
|||||||
return $parts[sizeof($parts)-2];
|
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
|
// Main UI components
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user