API CHANGE Removed LeftAndMain->getitem(), use show() instead

This commit is contained in:
Ingo Schommer 2011-04-28 23:04:10 +12:00
parent 1ec01d5dff
commit 64692ccee6

View File

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