diff options
| author | spiderr <spiderr@bitweaver.org> | 2021-01-31 15:49:56 -0500 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2021-01-31 15:49:56 -0500 |
| commit | 54077c9779e114471b347068d431dd344e2389ff (patch) | |
| tree | b952c3def512e65cbaf76412b39e6812afe51a23 | |
| parent | b2b627483ad7cb826d080bc7bce298d77c0a62b2 (diff) | |
| download | fisheye-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.php | 3 |
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 |
