Skip to content

Commit

Permalink
Fix codacy hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bigga committed Feb 15, 2022
1 parent e02d091 commit 3eb52b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pageview/class.tx_dlf_geturl_eid.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function main($content = '', $conf = array ()) {
throw new \InvalidArgumentException('No valid uHash passed!', 1643796565);
}

$fetchedData = GeneralUtility::getUrl($url, $includeHeader);
$fetchedData = GeneralUtility::getUrl($url);

// add some self calculated header tags
header('Last-Modified: '.gmdate("D, d M Y H:i:s").'GMT');
Expand Down

0 comments on commit 3eb52b3

Please sign in to comment.