diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-05-07 00:59:58 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-05-07 00:59:58 +0100 |
| commit | ff3272433b6a347a249db852ea61cedbcffc04c7 (patch) | |
| tree | 29a468c4c6d9ce6f101e54ee2916ef8080d2a2a6 /LibertyComment.php | |
| parent | e97a3ea68b7f3c0d9231cab5a9d52ad52ee316b8 (diff) | |
| download | liberty-ff3272433b6a347a249db852ea61cedbcffc04c7.tar.gz liberty-ff3272433b6a347a249db852ea61cedbcffc04c7.tar.bz2 liberty-ff3272433b6a347a249db852ea61cedbcffc04c7.zip | |
Split static log functionality from dyanamic section
Diffstat (limited to 'LibertyComment.php')
| -rw-r--r-- | LibertyComment.php | 2 |
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'; |
