Commit d73a2f3a authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) keep "Effective Privileges" hidden for new user

(cherry picked from commit 48d1dff5)
parent ce202234
......@@ -733,7 +733,7 @@ $( document ).ready(function() {
</td>
</tr>
<?php
if (isset($pconfig['uid'])) :?>
if ($pconfig['uid'] != "") :?>
<tr>
<td colspan="2"><i class="fa fa-info-circle text-muted"></i> <?=gettext("Effective Privileges");?></td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment