Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull"

This commit is contained in:
nupplaPhil 2020-03-04 22:35:39 +01:00 committed by Hypolite Petovan
parent 72c24efe5b
commit 19b2c8d833
9 changed files with 14 additions and 16 deletions

View file

@ -659,7 +659,7 @@ function jappixmini_cron(App $a, $d)
try {
// send request
$answer_json = DI::httpRequest()->fetchUrl($url);
$answer_json = DI::httpRequest()->fetch($url);
// parse answer
$answer = json_decode($answer_json);