diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-01-31 16:26:54 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-01-31 16:26:54 -0500 |
| commit | aabe049c09c46dd25511ac7efd2e5e03a59fc9ee (patch) | |
| tree | 48d867783fcccf1384c6044833f7513df3fec42a | |
| parent | 2175a98906031fff0d8932acaef2996dd09c42fe (diff) | |
| download | boards-aabe049c09c46dd25511ac7efd2e5e03a59fc9ee.tar.gz boards-aabe049c09c46dd25511ac7efd2e5e03a59fc9ee.tar.bz2 boards-aabe049c09c46dd25511ac7efd2e5e03a59fc9ee.zip | |
PHP7 clean up dual static + object use of parseData, and create ->getParsedData & ::filterDataHash
| -rw-r--r-- | BitBoard.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |
