From aabe049c09c46dd25511ac7efd2e5e03a59fc9ee Mon Sep 17 00:00:00 2001 From: modela bitweaver Date: Sun, 31 Jan 2021 16:26:54 -0500 Subject: PHP7 clean up dual static + object use of parseData, and create ->getParsedData & ::filterDataHash --- BitBoard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitBoard.php b/BitBoard.php index 91f8352..b39f7d3 100644 --- a/BitBoard.php +++ b/BitBoard.php @@ -264,7 +264,7 @@ class BitBoard extends LibertyMime { if( isset( $pParamHash["edit"] ) ) { $this->mInfo["data"] = $pParamHash["edit"]; - $this->mInfo['parsed_data'] = $this->parseData(); + $this->parseData(); } } -- cgit v1.3