Changes for page Pages on this Wiki

Last modified by Valdis Vītoliņš on 2016/04/26 23:34

From version 3.1
edited by Valdis Vītoliņš
on 2013/09/04 15:46
Change comment: There is no comment for this version
To version 4.1
edited by Valdis Vītoliņš
on 2013/10/14 22:52
Change comment: Importēts no XAR faila

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