Changes for page Pages on this Wiki
Last modified by Thomas Mortagne on 2015/11/23 12:21
Change comment:
Import
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,7 +13,7 @@ 13 13 ##======== 14 14 #set($tabs = []) 15 15 #macro(addAllDocsTab $tab) 16 - #if($xwiki.hasAccessLevel('view', "$!context.user", $tab.get('document'))) 16 + #if($xwiki.hasAccessLevel('view', "$!xcontext.user", $tab.get('document'))) 17 17 #set($discard = $tabs.add($tab)) 18 18 #end 19 19 #end