use error control operater when invoking set_time_limit()
This commit is contained in:
parent
56cefa1ca5
commit
4f30cc6eb7
|
|
@ -45,7 +45,7 @@ class Utils
|
|||
|
||||
public static function download($url, $path)
|
||||
{
|
||||
set_time_limit(0);
|
||||
@set_time_limit(0);
|
||||
|
||||
touch($path);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user