diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-01-31 16:24:47 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-01-31 16:24:47 -0500 |
| commit | f5bc2f5ad45d3479b865e32cac201b11effd9c4a (patch) | |
| tree | 26f81ae444240b4132f65b2df057c098f7988699 | |
| parent | 399b4226055b61d8d65a5f8c0e3c9cae8b221eb0 (diff) | |
| download | pigeonholes-f5bc2f5ad45d3479b865e32cac201b11effd9c4a.tar.gz pigeonholes-f5bc2f5ad45d3479b865e32cac201b11effd9c4a.tar.bz2 pigeonholes-f5bc2f5ad45d3479b865e32cac201b11effd9c4a.zip | |
PHP7 clean up dual static + object use of parseData, and create ->getParsedData & ::filterDataHash
| -rw-r--r-- | Pigeonholes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index 24c3eab..e2a8975 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -100,7 +100,7 @@ class Pigeonholes extends LibertyMime { $this->mInfo['editor'] = ( isset( $row['modifier_real_name'] ) ? $row['modifier_real_name'] : $row['modifier_user'] ); $this->mInfo['display_link'] = $this->getDisplayLink(); $this->mInfo['display_url'] = $this->getDisplayUrl(); - $this->mInfo['parsed_data'] = $this->parseData( $row ); + $this->parseData(); } if( $pLoadAttachable ) { |
