We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c34ce commit 8f739d0Copy full SHA for 8f739d0
wacko/config/constants.php
@@ -84,7 +84,7 @@
84
const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER';
85
86
// Do not change these three lines, PLEASE-PLEASE. In fact, don't change anything! Ever!
87
-const WACKO_VERSION = '6.1.6';
+const WACKO_VERSION = '6.1.7';
88
const HTML_ENTITIES_CHARSET = 'UTF-8';
89
const XML_HTMLSAX3 = 'lib/HTMLSax3/';
90
wacko/handler/page/_comments.php
@@ -202,12 +202,9 @@
202
{
203
$c = $this->page['comments'];
204
205
- if ($c < 1)
+ if (($c < 1) && $this->has_access('comment'))
206
207
- if ($this->has_access('comment'))
208
- {
209
- $show_comments = $this->_t('Comments0');
210
- }
+ $show_comments = $this->_t('Comments0');
211
}
212
else if ($c == 1)
213
0 commit comments