edit users

This commit is contained in:
Michael Save 2012-04-16 23:18:07 +10:00
parent 93553303b2
commit a340c5b6ee
5 changed files with 178 additions and 2 deletions

View file

@ -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);
}