summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@as1410.(none)>2010-03-02 22:09:52 -0800
committerCraig Andrews <candrews@integralblue.com>2010-03-04 23:30:36 -0500
commit982edc653f36c45f49165b85c3538fb62d2684e7 (patch)
tree50ef2b4ed6896f7b5350732d319917151a70427b
parent086d517b877f82513bc9f5208580b7d57453a8e2 (diff)
Another typo
-rwxr-xr-xplugins/TwitterBridge/daemons/synctwitterfriends.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TwitterBridge/daemons/synctwitterfriends.php b/plugins/TwitterBridge/daemons/synctwitterfriends.php
index 671e3c7af..df7da0943 100755
--- a/plugins/TwitterBridge/daemons/synctwitterfriends.php
+++ b/plugins/TwitterBridge/daemons/synctwitterfriends.php
@@ -221,7 +221,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon
// Twitter friend
if (!save_twitter_user($friend_id, $friend_name)) {
- common_log(LOG_WARNING, $this-name() .
+ common_log(LOG_WARNING, $this->name() .
" - Couldn't save $screen_name's friend, $friend_name.");
continue;
}