summaryrefslogtreecommitdiff
path: root/web/_views/template
diff options
context:
space:
mode:
Diffstat (limited to 'web/_views/template')
-rw-r--r--web/_views/template/post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/_views/template/post.php b/web/_views/template/post.php
index 4fbf485..0541026 100644
--- a/web/_views/template/post.php
+++ b/web/_views/template/post.php
@@ -28,7 +28,7 @@
<?php endif; ?>
<div class="col comments">
<?php
- $_GET['id'] = $post['id'];
+ $_GET = array('id' => $post['id']);
$cdata = $this->comments();
$loaded = $cdata['loaded'];