]> git.mxchange.org Git - mailer.git/blobdiff - inc/revision-functions.php
Swapped all
[mailer.git] / inc / revision-functions.php
index a889ec1b90d8b501e3e9028db8de5a3fcf904c3b..fe3ae41153494ca6dbe725f9b58fb0eb96f956a3 100644 (file)
@@ -222,7 +222,7 @@ function getArrayFromRepositoryData () {
 
        } else {
                // No valid Data from the last modificated file so read the Revision from the Server. Fallback-solution!! Should not be removed I think.
-               $version = sendGetRequest('check-updates3.php');
+               $version = sendHttpGetRequest('check-updates3.php');
 
                // Invalid request reply?
                if (!isset($version[11])) {