diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-09-25 16:42:56 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-09-25 16:42:56 +0000 |
commit | 029021b689453cd745b6d44450adbe76684effca (patch) | |
tree | 5b1fe840c2c09bdfe1c667a91e8c51b183e14de5 /h-source | |
parent | 377b513193b4d0c155eafa2f2cf13592190be17f (diff) |
fixed a bug related to the issue token - lluvia signaling
Diffstat (limited to 'h-source')
-rw-r--r-- | h-source/Application/Controllers/IssuesController.php | 3 |
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'); |