diff options
Diffstat (limited to 'app/Template/comment/edit.php')
-rw-r--r-- | app/Template/comment/edit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/comment/edit.php b/app/Template/comment/edit.php index b4126a3e..2785fe62 100644 --- a/app/Template/comment/edit.php +++ b/app/Template/comment/edit.php @@ -7,6 +7,7 @@ <?= $this->formCsrf() ?> <?= $this->formHidden('id', $values) ?> <?= $this->formHidden('task_id', $values) ?> + <?= $this->formHidden('user_id', $values) ?> <div class="form-tabs"> <ul class="form-tabs-nav"> |