Skip to content

Commit 388a850

Browse files
author
Michael Klier
committed
fix for FS#156
darcs-hash:20090512092909-23886-556b7542789360124fc95546170a6ebaecd81bff.gz
1 parent 08627a8 commit 388a850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function render($mode, &$renderer, $data) {
141141
// now include the blog entries
142142
foreach ($entries as $entry) {
143143
if ($mode == 'xhtml') {
144-
if(auth_quickaclcheck($entry['id'] >= AUTH_READ)) {
144+
if(auth_quickaclcheck($entry['id']) >= AUTH_READ) {
145145
$renderer->doc .= $this->render_XHTML($include, $include_renderer, $entry['id'], $clevel, $flags);
146146
}
147147
} elseif ($mode == 'metadata') {

0 commit comments

Comments
 (0)