start on mod interface rewrite

This commit is contained in:
Michael Save 2012-04-13 02:11:41 +10:00
parent 51675e7a9b
commit 9649550463
11 changed files with 3724 additions and 3411 deletions

View file

@ -64,7 +64,7 @@ function twig_date_filter($date, $format) {
return strftime($format, $date);
}
function twig_hasPermission_filter($mod, $permission, $board) {
function twig_hasPermission_filter($mod, $permission, $board = false) {
return hasPermission($permission, $board, $mod);
}