diff --git a/application/core/Files/AsynchronousFileReader.php b/application/core/Files/AsynchronousFileReader.php index 7a3e145d..0a6508e8 100644 --- a/application/core/Files/AsynchronousFileReader.php +++ b/application/core/Files/AsynchronousFileReader.php @@ -75,7 +75,7 @@ class AsynchronousFileReader { * @param string $customHeader * @return bool */ - public function loadFile($url, $function, $contentType = 'utf-8', $customHeader = '') { + public function loadFile($url, $function, $contentType = 'UTF-8', $customHeader = '') { if (!is_callable($function)) { $this->maniaControl->log("Function is not callable"); return false;