query accelerator failures should silently fall back to non-accelerated mode
This commit is contained in:
parent
71445fdf96
commit
64e2f7fe53
@ -210,7 +210,7 @@ class Image {
|
||||
}
|
||||
|
||||
public static function query_accelerator($req) {
|
||||
$fp = fsockopen("127.0.0.1", 21212);
|
||||
$fp = @fsockopen("127.0.0.1", 21212);
|
||||
if (!$fp) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user