diff options
Diffstat (limited to 'modules/mod_feed.php')
| -rw-r--r-- | modules/mod_feed.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/mod_feed.php b/modules/mod_feed.php index 647a172..96d9d27 100644 --- a/modules/mod_feed.php +++ b/modules/mod_feed.php @@ -6,6 +6,12 @@ require_once( FEED_PKG_PATH.'feed_lib.php' ); if( !empty($gQueryUser) ){ + if( !empty( $moduleParams['module_params']['no_link_user'] ) ) { + $listHash['no_link_user'] = TRUE; + } + if( !empty( $moduleParams['module_rows'] ) ) { + $listHash['max_records'] = $moduleParams['module_rows']; + } $listHash['user_id'] = $gQueryUser->mUserId; $actions = feed_get_actions( $listHash ); |
