Skip to content

Commit

Permalink
#107 - php8 array
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardnico committed Jun 6, 2024
1 parent e8a4711 commit 0763546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/staticresource.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function handleSendFile(Doku_Event $event, $params)
/**
* If there is no buster key, the infinite cache is off
*/
$busterKey = $_GET[IFetcher::CACHE_BUSTER_KEY];
$busterKey = $_GET[IFetcher::CACHE_BUSTER_KEY] ?? null;
if ($busterKey === null) {
return;
}
Expand Down

0 comments on commit 0763546

Please sign in to comment.