forked from leftypol/leftypol
edit users
This commit is contained in:
parent
93553303b2
commit
a340c5b6ee
5 changed files with 178 additions and 2 deletions
|
@ -76,7 +76,7 @@ function twig_date_filter($date, $format) {
|
|||
return strftime($format, $date);
|
||||
}
|
||||
|
||||
function twig_hasPermission_filter($mod, $permission, $board = false) {
|
||||
function twig_hasPermission_filter($mod, $permission, $board = null) {
|
||||
return hasPermission($permission, $board, $mod);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue