Skip to content
Snippets Groups Projects
Unverified Commit 7b1eee83 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4694 from JediKev/issue/client-side-forms

issue: Client-Side Forms
parents 0f229ae4 d4e240b8
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if ($info['topicId'] && ($topic=Topic::lookup($info['topicId']))) {
if (!$thisclient) {
$uform = UserForm::getUserForm()->getForm($_POST);
if ($_POST) $uform->isValid();
$uform->render(false, false, array('mode' => 'create'));
$uform->render(array('staff' => false, 'mode' => 'create'));
}
else { ?>
<tr><td colspan="2"><hr /></td></tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment