forked from leftypol/leftypol
start on mod interface rewrite
This commit is contained in:
parent
51675e7a9b
commit
9649550463
11 changed files with 3724 additions and 3411 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue