mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API CHANGE Removed LeftAndMain->getitem(), use show() instead
This commit is contained in:
parent
1ec01d5dff
commit
64692ccee6
@ -363,14 +363,6 @@ class LeftAndMain extends Controller {
|
||||
return $content;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 2.4 Please use show()
|
||||
*/
|
||||
public function getitem($request) {
|
||||
$form = $this->getEditForm($request->getVar('ID'));
|
||||
return $form->formHtmlContent();
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------------//
|
||||
// Main UI components
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user