summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-03-02 16:29:24 -0500
committerspiderr <spiderr@bitweaver.org>2021-03-02 16:29:24 -0500
commita6b8e0949d80a32f0093b2feb2b957d50bcc1b20 (patch)
tree9f7c0d458a7a5e1cbb662e5217969bc228425b5f
parent062e52a5583e27554b5aac0fe6be615cec744945 (diff)
parent0784f537db64aa68c2b4b71fe282c7dde0a4afa8 (diff)
downloadliberty-a6b8e0949d80a32f0093b2feb2b957d50bcc1b20.tar.gz
liberty-a6b8e0949d80a32f0093b2feb2b957d50bcc1b20.tar.bz2
liberty-a6b8e0949d80a32f0093b2feb2b957d50bcc1b20.zip
Merge branch 'master' of github.com:bitweaver/liberty
-rw-r--r--includes/classes/LibertyContent.php2
1 files changed, 1 insertions, 1 deletions
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 ) ) {