Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull"
This commit is contained in:
committed by
Hypolite Petovan
parent
72c24efe5b
commit
19b2c8d833
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user