From 0784f537db64aa68c2b4b71fe282c7dde0a4afa8 Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 27 Feb 2021 14:49:34 -0500 Subject: do not pass pParseHash by reference to ::parseDataHash --- includes/classes/LibertyContent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/classes/LibertyContent.php b/includes/classes/LibertyContent.php index 2567175..0d8c005 100644 --- a/includes/classes/LibertyContent.php +++ b/includes/classes/LibertyContent.php @@ -2998,7 +2998,7 @@ class LibertyContent extends LibertyBase implements BitCacheable { * @param string pFormatGuid processor to use * @return string Formated data string */ - public static function parseDataHash( &$pParseHash, $pObject=NULL ) { + public static function parseDataHash( $pParseHash, $pObject=NULL ) { global $gLibertySystem, $gBitSystem, $gBitUser; /* if( !is_array( $pParseHash ) ) { -- cgit v1.3