// Rename AdminController methods initForm() initList() etc. to renderForm() renderList()

This commit is contained in:
tDidierjean
2011-11-30 11:06:38 +00:00
parent ef2c7480ec
commit aefa581603
70 changed files with 328 additions and 327 deletions
+2 -2
View File
@@ -100,7 +100,7 @@ class AdminMetaControllerCore extends AdminController
);
}
public function initForm()
public function renderForm()
{
$files = Meta::getPages(true, ($this->object->page ? $this->object->page : false));
$pages = array();
@@ -172,7 +172,7 @@ class AdminMetaControllerCore extends AdminController
'class' => 'button'
)
);
return parent::initForm();
return parent::renderForm();
}
public function postProcess()