Thread
:
Critical - version-check is not responding
View Single Post
04-25-2012, 05:20 PM
#
6
Jeff
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power:
10
Not sure why you would have this issue, but you might want to change this line:
PHP Code:
if (
$res
[
'body'
])
To:
PHP Code:
if (
is_array
(
$res
) and
$res
[
'body'
])
Reply With Quote
Jeff
View Public Profile
Visit Jeff's homepage!
Find More Posts by Jeff