summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.php b/init.php
index 64a37ad..894d87e 100644
--- a/init.php
+++ b/init.php
@@ -204,6 +204,7 @@ class Api_Resize_Media extends Plugin {
$force_stamp,
$quality);
+ // @phpstan-ignore-next-line
if ($this->cache->exists($resized_filename)) {
header("Location: " . $this->cache->get_url($resized_filename));
return;
@@ -232,6 +233,7 @@ class Api_Resize_Media extends Plugin {
$force_stamp,
$quality);
+ // @phpstan-ignore-next-line
if ($this->cache->exists($resized_filename)) {
header("Location: " . $this->cache->get_url($resized_filename));
return;