summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-01 12:56:11 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-01 12:56:11 +0000
commit72a4344752fd078948a2c28c1240839824a2441a (patch)
tree013252ee9f0c6bbfaf1377bd032693084e1dd7a3 /modules
parent6d62a483e61fb0957cd1908948b1c9056ad7dd4e (diff)
downloadliberty-72a4344752fd078948a2c28c1240839824a2441a.tar.gz
liberty-72a4344752fd078948a2c28c1240839824a2441a.tar.bz2
liberty-72a4344752fd078948a2c28c1240839824a2441a.zip
missing module_rows
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_last_comments.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mod_last_comments.php b/modules/mod_last_comments.php
index 309f5be..a16fce8 100644
--- a/modules/mod_last_comments.php
+++ b/modules/mod_last_comments.php
@@ -10,6 +10,7 @@ if( !empty( $gQueryUser->mUserId ) ) {
$listHash = array(
'user_id' => $userId,
+ 'max_records' => $moduleParams['module_rows'],
);
if( !empty( $params['root_content_type_guid'] ) && in_array( $params['root_content_type_guid'], array_keys( $gLibertySystem->mContentTypes ))) {