]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/actions/qnanewanswer.php
Fix i18n issues.
[quix0rs-gnu-social.git] / plugins / QnA / actions / qnanewanswer.php
index d2558380e96189e9da24c47b063f3e70d0a502b8..09d111040d15634c4522bf4f360e369b3b3fe884 100644 (file)
@@ -158,8 +158,7 @@ class QnanewanswerAction extends Action
             $this->element('title', null, _m('Answers'));
             $this->elementEnd('head');
             $this->elementStart('body');
-            $form = new QnaanswerForm($this->question, $this);
-            $form->show();
+            $this->raw()
             $this->elementEnd('body');
             $this->elementEnd('html');
         } else {