Skip to content

Commit f87359f

Browse files
committed
Needed to specify the constant to look for
1 parent f8495ea commit f87359f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function isHiddenForUser($id = null) {
321321
return auth_quickaclcheck($id) < AUTH_EDIT;
322322
}
323323

324-
if (!$INPUT->has('REMOTE_USER')) {
324+
if (!$INPUT->server->has('REMOTE_USER')) {
325325
return true;
326326
}
327327

0 commit comments

Comments
 (0)