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:
Sean Harvey 2009-05-20 05:09:49 +00:00
parent 1122e42d35
commit 76925990e1

View File

@ -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.
*