diff --git a/include/staff/ticket-open.inc.php b/include/staff/ticket-open.inc.php
index 826d19e7962553244971c135af0c4ce5280c59bd..1b1ed786a72f46a2819f1c9641a1bd28eb4a9e57 100644
--- a/include/staff/ticket-open.inc.php
+++ b/include/staff/ticket-open.inc.php
@@ -18,8 +18,8 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
     </thead>
     <tbody>
         <?php
-        $uf = UserForm::objects();
-        $uf[0]->render();
+        $uf = UserForm::getInstance();
+        $uf->render();
         if($cfg->notifyONNewStaffTicket()) {  ?>
         <tr>
             <td width="160">Alert:</td>