diff --git a/include/client/open.inc.php b/include/client/open.inc.php index d0a96effc9dbfa94f840ea6ec5e14de4a7c7d881..6958d1f1d6d8dd4da870a9b079c994d6b5cb6a00 100644 --- a/include/client/open.inc.php +++ b/include/client/open.inc.php @@ -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>