X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Frevision-functions.php;h=fe3ae41153494ca6dbe725f9b58fb0eb96f956a3;hb=094f3a6af3b901020395eafee16b3b5e151f1137;hp=a889ec1b90d8b501e3e9028db8de5a3fcf904c3b;hpb=7052cc3bd3ca07281078acbbce6ce595d753def1;p=mailer.git diff --git a/inc/revision-functions.php b/inc/revision-functions.php index a889ec1b90..fe3ae41153 100644 --- a/inc/revision-functions.php +++ b/inc/revision-functions.php @@ -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])) {