Review updates

update renamed and moved functions
This commit is contained in:
Adam Magness 2018-01-27 11:23:04 -05:00
parent ca3c45101e
commit f151406355
19 changed files with 37 additions and 36 deletions

View file

@ -1699,7 +1699,7 @@ function pumpio_fetchallcomments(&$a, $uid, $id) {
function pumpio_reachable($url) {
$data = Network::zFetchURL($url, false, $redirects, ['timeout'=>10]);
$data = Network::curl($url, false, $redirects, ['timeout'=>10]);
return(intval($data['return_code']) != 0);
}