diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-01 12:56:11 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-01 12:56:11 +0000 |
| commit | 72a4344752fd078948a2c28c1240839824a2441a (patch) | |
| tree | 013252ee9f0c6bbfaf1377bd032693084e1dd7a3 /modules | |
| parent | 6d62a483e61fb0957cd1908948b1c9056ad7dd4e (diff) | |
| download | liberty-72a4344752fd078948a2c28c1240839824a2441a.tar.gz liberty-72a4344752fd078948a2c28c1240839824a2441a.tar.bz2 liberty-72a4344752fd078948a2c28c1240839824a2441a.zip | |
missing module_rows
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_last_comments.php | 1 |
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 ))) { |
