summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-17 06:33:52 +0100
committerAndrew Dolgov <[email protected]>2008-01-17 06:33:52 +0100
commitcfa43e025cf4246d815a5f1539cd34b461130a9a (patch)
tree46878553faade2228647d512188fdc548bb0e051 /update_feeds.php
parente3b9d084d46c34faad8808d3d3624a7c6826ed93 (diff)
new config option: LOCK_DIRECTORY (bump config version)
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_feeds.php b/update_feeds.php
index d3d6a72cc..4909d881e 100644
--- a/update_feeds.php
+++ b/update_feeds.php
@@ -56,5 +56,5 @@
db_close($link);
- unlink($lock_filename);
+ unlink(LOCK_DIRECTORY . "/$lock_filename");
?>