summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-23 07:09:00 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-23 07:09:00 +0000
commit78bf36129188604e229014a1d063cd818f263a92 (patch)
tree37327d6c6787c639de1e5c1f31d679429f75d288 /scripts
parent493b77b2e11520b28551faa8efc63f0710556a91 (diff)
trac750 fix href for theme stylesheet
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_facebook.php2
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")))