]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
pass feed information to article filters
[tt-rss.git] / update.php
index 08a872dc0bded0e85617661cb592c616a495d9be..ff6b825035288f3b66c17dbd00523c3210f7903a 100755 (executable)
 
        PluginHost::getInstance()->run_commands($options);
 
-       if ($lock_handle != false) {
-               fclose($lock_handle);
-       }
-
+       if (file_exists(LOCK_DIRECTORY . "/$lock_filename"))
+               unlink(LOCK_DIRECTORY . "/$lock_filename");
 ?>