Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit accd6af

Browse files
authored
Merge pull request #197 from ExpDev07/dev
hotfix
2 parents bd674d5 + 43607a2 commit accd6af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Helpers/GeneralHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public static function get(string $url): string
165165
LoggingHelper::quickLog("Request error '" . $url . "' in " . $taken . "ms");
166166
LoggingHelper::quickLog(get_class($t) . ': ' . $t->getMessage());
167167

168+
self::$GETCache[$url] = '';
168169
return '';
169170
}
170171

0 commit comments

Comments
 (0)