aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-09-25 16:42:56 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-09-25 16:42:56 +0000
commit029021b689453cd745b6d44450adbe76684effca (patch)
tree5b1fe840c2c09bdfe1c667a91e8c51b183e14de5
parent377b513193b4d0c155eafa2f2cf13592190be17f (diff)
fixed a bug related to the issue token - lluvia signaling
-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');