mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 14:01:19 +02:00
update: do not explicitly fclose lockfile before unlinking (refs #703)
This commit is contained in:
parent
f127eacb3b
commit
f863d0bd07
@ -346,10 +346,6 @@
|
||||
|
||||
PluginHost::getInstance()->run_commands($options);
|
||||
|
||||
if ($lock_handle != false) {
|
||||
fclose($lock_handle);
|
||||
}
|
||||
|
||||
if (file_exists(LOCK_DIRECTORY . "/$lock_filename"))
|
||||
unlink(LOCK_DIRECTORY . "/$lock_filename");
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user