X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Frequest%2Fhtml%2Fclass_HtmlRequest.php;h=edf9c9a412c00e9268f8bc151dcf1631a110858f;hp=e808c7109776f1b9d1557b63cac3c5132c362744;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hpb=bb9fc73885ab80faa324ce6dd275e766b28221d9 diff --git a/inc/classes/main/request/html/class_HtmlRequest.php b/inc/classes/main/request/html/class_HtmlRequest.php index e808c710..edf9c9a4 100644 --- a/inc/classes/main/request/html/class_HtmlRequest.php +++ b/inc/classes/main/request/html/class_HtmlRequest.php @@ -102,7 +102,7 @@ class HtmlRequest extends BaseRequest implements Requestable { $headerValue = NULL; // Construct the name - $name = 'HTTP_' . strtoupper($this->convertDashesToUnderscores($headerName)); + $name = 'HTTP_' . strtoupper(self::convertDashesToUnderscores($headerName)); // Does this header exist? if (isset($_SERVER[$name])) {