summaryrefslogtreecommitdiff
path: root/LibertyComment.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-06 00:09:01 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-06 00:09:01 +0000
commitfa18333c862ae9b3175e0ba9fc8fbb008e5cb5d1 (patch)
treebd5c24577f0afb62fb6cedb3bbcf5b33bead763b /LibertyComment.php
parent584ec1fd06bec848553f1af0dd2e49c3e400f13f (diff)
downloadliberty-fa18333c862ae9b3175e0ba9fc8fbb008e5cb5d1.tar.gz
liberty-fa18333c862ae9b3175e0ba9fc8fbb008e5cb5d1.tar.bz2
liberty-fa18333c862ae9b3175e0ba9fc8fbb008e5cb5d1.zip
more preference standardisation
Diffstat (limited to 'LibertyComment.php')
-rw-r--r--LibertyComment.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyComment.php b/LibertyComment.php
index 144dbc1..85cf23e 100644
--- a/LibertyComment.php
+++ b/LibertyComment.php
@@ -3,7 +3,7 @@
* Management of Liberty Content
*
* @package liberty
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.10 2006/02/02 07:55:24 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.11 2006/02/06 00:09:01 squareing Exp $
* @author spider <spider@steelsun.com>
*/
@@ -158,7 +158,7 @@ class LibertyComment extends LibertyContent {
$pParamHash['sort_mode'] = 'last_modified_desc';
}
if( empty( $pParamHash['max_records'] ) ) {
- $pParamHash['max_records'] = $gBitSystem->getPreference( 'maxRecords' );
+ $pParamHash['max_records'] = $gBitSystem->getPreference( 'max_records' );
}
LibertyContent::prepGetList( $pParamHash );
$sort_mode = $this->mDb->convert_sortmode($pParamHash['sort_mode']);