diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_global_search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_global_search.php b/modules/mod_global_search.php index 21cad84..f658299 100644 --- a/modules/mod_global_search.php +++ b/modules/mod_global_search.php @@ -30,5 +30,5 @@ if( empty( $contentTypes ) ) { } } } -$gBitSmarty->assign( 'contentTypes', $contentTypes ); +$_template->tpl_vars['contentTypes'] = new Smarty_variable( $contentTypes ); ?> |
