diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 10:10:51 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 10:10:51 +0000 |
| commit | 5ae9308a6052f7862484cc77dc05f22d448d1034 (patch) | |
| tree | 0655770126902e192ac326891d13a49e33ad59d3 /modules | |
| parent | d51093a6bb51a4392211b1b7a12a41d284fa7db5 (diff) | |
| download | liberty-5ae9308a6052f7862484cc77dc05f22d448d1034.tar.gz liberty-5ae9308a6052f7862484cc77dc05f22d448d1034.tar.bz2 liberty-5ae9308a6052f7862484cc77dc05f22d448d1034.zip | |
remove rankings from kernel, unify rankings in single function: LibertyContent::getContentRanking()
move blog ranking stuff to blogs - need to wait till blogs are part of Liberty before we can apply this approach
fix LibertyContent::getAuthorsList() to return more than one entry.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_top_authors.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_top_authors.php b/modules/mod_top_authors.php index dcf91da..97515ff 100644 --- a/modules/mod_top_authors.php +++ b/modules/mod_top_authors.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_top_authors.php,v 1.4 2005/08/07 17:40:30 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_top_authors.php,v 1.5 2006/02/04 10:10:51 squareing Exp $ /** * Params: * - content_type_guid : if set, show only those content_type_guid's @@ -24,7 +24,7 @@ if( empty( $module_title ) ) { $listHash = $_REQUEST; if( !empty( $module_params['content_type_guid'] ) ) { - $listHash['content_type_guid'] = $module_params['content_type_guid']; + $listHash['content_type_guid'] = $module_params['content_type_guid']; } $listHash['max_request'] = $module_rows; |
