diff options
| author | spiderr <spider@viovio.com> | 2011-04-21 21:53:59 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2011-04-21 21:53:59 -0400 |
| commit | 9e005d9d6896405132eae5ab91bb7ffaaad2cc76 (patch) | |
| tree | c098afc8b6e19d1027c6c48d3f033f9aaaee2354 /modules | |
| parent | c7a1aff7195a977502792fa7c98ca101af8e3e0f (diff) | |
| download | liberty-9e005d9d6896405132eae5ab91bb7ffaaad2cc76.tar.gz liberty-9e005d9d6896405132eae5ab91bb7ffaaad2cc76.tar.bz2 liberty-9e005d9d6896405132eae5ab91bb7ffaaad2cc76.zip | |
require LibertyStructure in toc module just in case we haven't yet
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_structure_toc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mod_structure_toc.php b/modules/mod_structure_toc.php index 98a390e..ddef770 100644 --- a/modules/mod_structure_toc.php +++ b/modules/mod_structure_toc.php @@ -10,6 +10,8 @@ * Initial Setup */ global $gStructure, $gContent, $moduleParams; +require_once( LIBERTY_PKG_PATH.'LibertyStructure.php' ); + extract( $moduleParams ); $struct = NULL; |
