[livejournal] r17866: LJSUP-7509. Add priv

Committer: gprochaev
LJSUP-7509. Add priv

U   trunk/htdocs/admin/browse/edit_community.bml
Modified: trunk/htdocs/admin/browse/edit_community.bml
===================================================================
--- trunk/htdocs/admin/browse/edit_community.bml	2010-12-06 10:54:43 UTC (rev 17865)
+++ trunk/htdocs/admin/browse/edit_community.bml	2010-12-06 10:56:21 UTC (rev 17866)
@@ -71,6 +71,9 @@
         $ret .= "<?needlogin?>";
     }
 
+    return "You are not allowed to view this page"
+        unless LJ::check_priv($remote, 'siteadmin', 'community_directory') || $LJ::IS_DEV_SERVER;
+
     my @cat_ = ();
     my @vert_ = ();