diff options
| -rw-r--r-- | templates/center_wiki_page.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/center_wiki_page.php b/templates/center_wiki_page.php index e0a9840..3aa300a 100644 --- a/templates/center_wiki_page.php +++ b/templates/center_wiki_page.php @@ -1,6 +1,5 @@ <?php global $moduleParams, $gContent; -vd( $moduleParams ); vd( $gContent ); // Load up the correct wiki page $lookupHash['page_id'] = ( !empty( $moduleParams['module_params']['page_id'] ) ? $moduleParams['module_params']['page_id'] : NULL ); $lookupHash['content_id'] = ( !empty( $moduleParams['module_params']['content_id'] ) ? $moduleParams['module_params']['content_id'] : NULL ); |
