Changes for page Pages on this Wiki

Last modified by Thomas Mortagne on 2015/11/23 12:21

From version 7.1
edited by Thomas Mortagne
on 2013/05/08 15:09
Change comment: Imported from XAR
To version 8.1
edited by Thomas Mortagne
on 2013/11/06 09:13
Change comment: Import

Summary

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