summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/person/edit.phtml
blob: 955ed3513df4a3cd85b5cc844e7473e8c62297c8 (plain) (blame)
1
2
3
4
<?php
$this->editForm->setAction($this->url());
echo $this->editForm;
?>