mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API CHANGE Removed @deprecated 2.3 method ContentController::Section2(): Please use ContentController->Level(2)->URLSegment instead
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77355 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1122e42d35
commit
76925990e1
@ -177,13 +177,6 @@ class ContentController extends Controller {
|
||||
return $this->getMenu($level);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 2.3 Use $this->Level(2)->URLSegment
|
||||
*/
|
||||
public function Section2() {
|
||||
return $this->Level(2)->URLSegment;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the default log-in form.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user