File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 67
67
} else {
68
68
$ templateVars ['wysiwygActive ' ] = false ;
69
69
70
- $ twig ->loadTemplate ('footer.twig ' )
71
- ->display ($ templateVars );
70
+ $ twig ->loadTemplate ('footer.twig ' )
71
+ ->display ($ templateVars );
72
72
73
- unset($ templateVars , $ wysiwygActions );
73
+ unset($ templateVars , $ wysiwygActions );
74
+ }
Original file line number Diff line number Diff line change 59
59
}
60
60
61
61
$ adminMenuBuilder = new AdminMenuBuilder ($ twig );
62
- $ adminMenuBuilder ->-> setUser ($ user );
62
+ $ adminMenuBuilder ->setUser ($ user );
63
63
64
64
switch ($ action ) {
65
65
case 'user ' :
Original file line number Diff line number Diff line change 316
316
}
317
317
318
318
// show list of all users
319
- if ($ userAction == 'listallusers ' && $ permission $ user ->perm ->checkRight ($ user ->getUserId (), 'edituser ' )) {
319
+ if ($ userAction == 'listallusers ' && $ user ->perm ->checkRight ($ user ->getUserId (), 'edituser ' )) {
320
320
$ templateVars = array (
321
321
'PMF_LANG ' => $ PMF_LANG ,
322
322
'displayPagination ' => false ,
You can’t perform that action at this time.
0 commit comments