summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-12 15:12:07 -0400
committerspiderr <spider@viovio.com>2013-04-12 15:12:07 -0400
commit0afd5235fcf0c67d49d4d44941e2c5806006b6b6 (patch)
tree2cf4167539dbee34ee95dbe569bee7ee67732b54 /modules
parent24b5edaf5c69635580353af1e61d8873cc0f57ae (diff)
downloadliberty-0afd5235fcf0c67d49d4d44941e2c5806006b6b6.tar.gz
liberty-0afd5235fcf0c67d49d4d44941e2c5806006b6b6.tar.bz2
liberty-0afd5235fcf0c67d49d4d44941e2c5806006b6b6.zip
fix syntax error in toc module
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_structure_toc.php2
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 ) );
}