diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_structure_toc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_structure_toc.php b/modules/mod_structure_toc.php index 8015d81..972ffab 100644 --- a/modules/mod_structure_toc.php +++ b/modules/mod_structure_toc.php @@ -32,5 +32,5 @@ if( is_object( $gStructure ) && $gStructure->isValid() ) { } if( is_object( $struct ) && count( $struct->isValid() ) ) { - $_template->tpl_vars['modStructureTOC'] = new Smarty_variable( $struct->getToc( $struct->mInfo['root_structure_id'], 'asc', FALSE, 2 ); + $_template->tpl_vars['modStructureTOC'] = new Smarty_variable( $struct->getToc( $struct->mInfo['root_structure_id'], 'asc', FALSE, 2 ) ); } |
