summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-01-31 15:49:56 -0500
committerspiderr <spiderr@bitweaver.org>2021-01-31 15:49:56 -0500
commit54077c9779e114471b347068d431dd344e2389ff (patch)
treeb952c3def512e65cbaf76412b39e6812afe51a23
parentb2b627483ad7cb826d080bc7bce298d77c0a62b2 (diff)
downloadfisheye-54077c9779e114471b347068d431dd344e2389ff.tar.gz
fisheye-54077c9779e114471b347068d431dd344e2389ff.tar.bz2
fisheye-54077c9779e114471b347068d431dd344e2389ff.zip
PHP7 clean up dual static + object use of parseData, and create ->getParsedData & ::filterDataHash
-rw-r--r--FisheyeImage.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/FisheyeImage.php b/FisheyeImage.php
index d780ed3..6584507 100644
--- a/FisheyeImage.php
+++ b/FisheyeImage.php
@@ -117,9 +117,6 @@ class FisheyeImage extends FisheyeBase {
// LibertyMime will load the attachment details in $this->mStorage
parent::load();
- // parse the data after parent load so we have our html prefs
- $this->mInfo['parsed_data'] = $this->parseData();
-
// Copy mStorage to mInfo['image_file'] for easy access
if( !empty( $this->mStorage ) && count( $this->mStorage ) > 0 ) {
// it seems that this is not necessary and causes confusing copies of the same stuff all over the place