summaryrefslogtreecommitdiff
path: root/scripts/synctwitterfriends.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-08-10 07:18:09 +0000
committerZach Copley <zach@controlyourself.ca>2009-08-10 07:18:09 +0000
commit681bcbf71efa8514b1299abcf7d9162069b99054 (patch)
tree3570a4db6212da7620b1145b6a6ec05e39dd99d2 /scripts/synctwitterfriends.php
parentdae74e8ff452e09f37dbd820a74437a672802bc6 (diff)
Add synctwitterfriends to daemon startup and stop scripts
Diffstat (limited to 'scripts/synctwitterfriends.php')
-rwxr-xr-xscripts/synctwitterfriends.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/synctwitterfriends.php b/scripts/synctwitterfriends.php
index d13500e97..2de464bcc 100755
--- a/scripts/synctwitterfriends.php
+++ b/scripts/synctwitterfriends.php
@@ -80,7 +80,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon
function name()
{
- return ('synctwitterfriendsdaemon.' . $this->_id);
+ return ('synctwitterfriends.' . $this->_id);
}
/**