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 707d8d6 commit 9cc4b3dCopy full SHA for 9cc4b3d
action/show.php
@@ -44,7 +44,7 @@ public function handleShow(Doku_Event $event)
44
$currentRevision = new Revision($ID, $REV ?: $INFO['currentrev']);
45
$isPublished = $currentRevision->getStatus() === Constants::STATUS_PUBLISHED;
46
47
- if (!$dbHelper->isPublisher($ID)) {
+ if (!$dbHelper->isPublisher($ID) && auth_quickaclcheck($ID) < AUTH_EDIT) {
48
$latestPublished = $currentRevision->getLatestPublishedRevision();
49
// there is no published revision, show nothing
50
if (!$isPublished && is_null($latestPublished)) {
0 commit comments