From 145aa29c17c5adf5c4c535c71b5ecff1e8927325 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 15 Feb 2014 12:25:34 +0100 Subject: [PATCH] typo --- application/core/Files/AsynchronousFileReader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;