[livejournal] r22957: LJSUP-5630: Logging auth information for...

Committer: akanashin
LJSUP-5630: Logging auth information for entries/comments [int]
U   trunk/htdocs/admin/entryprops.bml
Modified: trunk/htdocs/admin/entryprops.bml
===================================================================
--- trunk/htdocs/admin/entryprops.bml	2012-09-21 16:14:31 UTC (rev 22956)
+++ trunk/htdocs/admin/entryprops.bml	2012-09-24 06:39:14 UTC (rev 22957)
@@ -93,7 +93,7 @@
             }
             
             $props{$prop} = "-" if $prop eq 'poster_ip' && ! LJ::check_priv($remote, "canview", "userlog");
-            $props{$prop} = "-" if $prop eq 'uniq' && ! (LJ::check_priv($remote, "canview", "userlog") && LJ::check_priv($remote, "canview", "uniq"));
+            $props{$prop} = "-" if $prop eq 'uniq' && !LJ::check_priv($remote, "canview", "userlog") && !LJ::check_priv($remote, "canview", "uniq");
         }
         if ($prop eq 'moderator_id') {
             my $moderator = LJ::load_userid($props{$prop});