diff options
Diffstat (limited to 'zoom.php')
-rw-r--r-- | zoom.php | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -89,7 +89,11 @@ function getBranchPeople($params) } return $ret; } -$smarty->register_function('getBranchPeople', 'getBranchPeople'); +$smarty->registerPlugin( + 'function', + 'getBranchPeople', + 'getBranchPeople' +); if ( !isset($name) || !$name ) { $smarty->assign('error', 'missing_name'); |