mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge branch '5' into 6
This commit is contained in:
commit
b05a24d5d1
@ -291,9 +291,11 @@ class ContentController extends Controller
|
||||
|
||||
/**
|
||||
* @return ArrayList<SiteTree>
|
||||
* @deprecated 5.4.0 Use getMenu() instead. You can continue to use $Menu in templates.
|
||||
*/
|
||||
public function Menu($level)
|
||||
{
|
||||
Deprecation::noticeWithNoReplacment('5.4.0', 'Use getMenu() instead. You can continue to use $Menu in templates.');
|
||||
return $this->getMenu($level);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user