forked from GNUsocial/gnu-social
Another typo
This commit is contained in:
parent
086d517b87
commit
982edc653f
@ -221,7 +221,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon
|
|||||||
// Twitter friend
|
// Twitter friend
|
||||||
|
|
||||||
if (!save_twitter_user($friend_id, $friend_name)) {
|
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.");
|
" - Couldn't save $screen_name's friend, $friend_name.");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user