From 029021b689453cd745b6d44450adbe76684effca Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 25 Sep 2011 16:42:56 +0000 Subject: fixed a bug related to the issue token - lluvia signaling --- h-source/Application/Controllers/IssuesController.php | 3 +++ 1 file changed, 3 insertions(+) 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'); -- cgit v1.2.3