diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-10 07:49:51 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-10 07:49:51 +0000 |
commit | 17dcf1c3170bc905e3b0fdffc804d6f7229ac61b (patch) | |
tree | 6a236c91314d3576b19493e42a9773a7610cce69 /scripts/getvaliddaemons.php | |
parent | c1b19929f6234c4b9e30e16bae419c89c38c1169 (diff) | |
parent | 06c5f490ea509f3a5222f42ee561c9b4f337af8e (diff) |
Merge branch 'twitter-oauth' into 0.8.x
Conflicts:
scripts/getvaliddaemons.php
Diffstat (limited to 'scripts/getvaliddaemons.php')
-rwxr-xr-x | scripts/getvaliddaemons.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 8b127bd20..f1d8d8116 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -45,6 +45,7 @@ if(common_config('twitterbridge','enabled')) { echo "ombqueuehandler.php "; if (common_config('twitter', 'enabled')) { echo "twitterqueuehandler.php "; + echo "synctwitterfriends.php "; } echo "facebookqueuehandler.php "; echo "pingqueuehandler.php "; |