aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/IssuesController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/IssuesController.php')
-rw-r--r--h-source/Application/Controllers/IssuesController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/IssuesController.php b/h-source/Application/Controllers/IssuesController.php
index 8cef74b..1e0555d 100644
--- a/h-source/Application/Controllers/IssuesController.php
+++ b/h-source/Application/Controllers/IssuesController.php
@@ -86,6 +86,9 @@ class IssuesController extends BaseController
$data['notice'] = $this->m['IssuesModel']->notice;
+ $this->viewArgs['token'] = $this->token;
+ $this->buildStatus();
+
$this->m['IssuesModel']->setForm('issues/viewall/'.$this->lang.$this->viewStatus."#form",array('previewAction'=>'preview','insertAction'=>'submit'));
$values = $this->m['IssuesModel']->getFormValues('insert','sanitizeHtml');