diff options
Diffstat (limited to 'list_boards_inc.php')
| -rw-r--r-- | list_boards_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/list_boards_inc.php b/list_boards_inc.php index 27606de..4ab89bf 100644 --- a/list_boards_inc.php +++ b/list_boards_inc.php @@ -97,7 +97,7 @@ if (count($ret['members']) == 1) { $ns[] = $ret; } -$gBitSmarty->assign_by_ref('ns',$ns); +$gBitSmarty->assignByRef('ns',$ns); // this might be for getting a count of nested boards - not entirely sure, if you figure it out please clarify this comment. function countBoards(&$a) { |
