summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-11-19 19:25:21 +0000
committerwjames5 <will@tekimaki.com>2009-11-19 19:25:21 +0000
commit6776e064ac0c81d86709b050a070cc28d473a3d9 (patch)
tree81c430b31ff5fdfe453f89cdf0ef163644189422 /modules
parent4363f20bd879c614e62b18d18db6dc902ec0ca57 (diff)
downloadkernel-6776e064ac0c81d86709b050a070cc28d473a3d9.tar.gz
kernel-6776e064ac0c81d86709b050a070cc28d473a3d9.tar.bz2
kernel-6776e064ac0c81d86709b050a070cc28d473a3d9.zip
make sure module has access to config params
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_time.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mod_time.php b/modules/mod_time.php
index ef6ae84..50d51dc 100644
--- a/modules/mod_time.php
+++ b/modules/mod_time.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_kernel/modules/mod_time.php,v 1.6 2009/10/01 14:17:01 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_kernel/modules/mod_time.php,v 1.7 2009/11/19 19:25:21 wjames5 Exp $
*
* Copyright ( c ) 2004 bitweaver.org
* All Rights Reserved. See below for details and a complete list of authors.
@@ -9,6 +9,7 @@
* @package kernel
* @subpackage modules
*/
+extract( $moduleParams );
if( !empty( $module_params ) ) {
$gBitSmarty->assign( 'modParams', $module_params );