summaryrefslogtreecommitdiff
path: root/LibertyComment.php
diff options
context:
space:
mode:
Diffstat (limited to 'LibertyComment.php')
-rw-r--r--LibertyComment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibertyComment.php b/LibertyComment.php
index eb0aaf2..062d42b 100644
--- a/LibertyComment.php
+++ b/LibertyComment.php
@@ -377,7 +377,7 @@ class LibertyComment extends LibertyMime {
return parent::getDisplayLink( $pLinkText, $pMixed, $anchor );
}
- function getList( $pParamHash ) {
+ function getList( &$pParamHash ) {
global $gBitSystem, $gLibertySystem;
if ( !isset( $pParamHash['sort_mode']) or $pParamHash['sort_mode'] == '' ){
$pParamHash['sort_mode'] = 'created_desc';