Skip to content

Commit cfeab13

Browse files
committed
fix(question): no twig here for now
1 parent bc2ebfd commit cfeab13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inc/question.class.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -740,10 +740,10 @@ public function post_purgeItem() {
740740
}
741741

742742
public function showForm($ID, $options = []) {
743-
TemplateRenderer::getInstance()->display('@formcreator/pages/question.html.twig', [
744-
'item' => $this,
745-
]);
746-
return true;
743+
// TemplateRenderer::getInstance()->display('@formcreator/pages/question.html.twig', [
744+
// 'item' => $this,
745+
// ]);
746+
// return true;
747747

748748
if ($ID == 0) {
749749
$title = __('Add a question', 'formcreator');

0 commit comments

Comments
 (0)