]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/response/class_BaseResponse.php
readConfig() is not naming convention, renamed to getConfigEntry()
[core.git] / inc / classes / main / response / class_BaseResponse.php
index 694996b9b017e7caf15309f764e29b59807f78a7..c7990d7f08315223f3671724473508e2040cff6b 100644 (file)
@@ -170,7 +170,7 @@ class BaseResponse extends BaseFrameworkSystem {
                        $this->addHeader('Pragma', 'no-cache'); // HTTP/1.0
 
                        // Define the charset to be used
-                       //$this->addHeader('Content-type:', sprintf("text/html; charset=%s", $this->getConfigInstance()->readConfig('header_charset')));
+                       //$this->addHeader('Content-type:', sprintf("text/html; charset=%s", $this->getConfigInstance()->getConfigEntry('header_charset')));
 
                        // Send all headers
                        foreach ($this->responseHeaders as $name => $value) {