mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
suppress error
This commit is contained in:
parent
9f8dc71c37
commit
75aef0f568
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if (!$force && !file_exists($needsUpdateFile))
|
|||
return;
|
||||
}
|
||||
|
||||
unlink($needsUpdateFile);
|
||||
@unlink($needsUpdateFile);
|
||||
|
||||
|
||||
chdir(ROOT_DIR);
|
||||
|
|
Loading…
Add table
Reference in a new issue