diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index e15530bfa..87b2b6087 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -753,7 +753,7 @@ $(document).ready( function() { } else { print htmlspecialchars($latestContent->getOriginalFileName()); } - if(!$latestContent->checkOriginalFileName()) { + if($user->isAdmin() && !$latestContent->checkOriginalFileName()) { echo " "; } print "\n";