diff options
author | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 07:51:02 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 07:51:02 +0000 |
commit | aa100884fbfb7f14613f402b5eabdcd9637faf57 (patch) | |
tree | 31e1f5a8e1ba88f90bdaad6c0166e4fa0a2577d7 /scripts | |
parent | 965d4db26560892024503f538f107604b0f1bb45 (diff) | |
parent | 8114676bd4fd783ba9580a5dbf8bf0029a1554c9 (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update_facebook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_facebook.php b/scripts/update_facebook.php index 1574b9e09..d2c1c3ffb 100755 --- a/scripts/update_facebook.php +++ b/scripts/update_facebook.php @@ -34,7 +34,7 @@ require_once INSTALLDIR . '/lib/facebookutil.php'; $last_updated_file = INSTALLDIR . '/scripts/facebook_last_updated'; // Lock file name -$tmp_file = "/tmp/update_facebook.lock"; +$tmp_file = INSTALLDIR . '/scripts/update_facebook.lock'; // Make sure only one copy of the script is running at a time if (!($tmp_file = @fopen($tmp_file, "w"))) |