diff options
| -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(); } } |
