diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-23 00:11:05 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-23 00:11:05 -0800 |
commit | 85321cede0abba7a5d08fad7fcb348d1bacc98b3 (patch) | |
tree | 4374eff62256b3d897947866fab9c38400506cce /lib | |
parent | aa100884fbfb7f14613f402b5eabdcd9637faf57 (diff) |
Fix for Twitter bridge bug introduced by uiredesign merge
Diffstat (limited to 'lib')
-rw-r--r-- | lib/twitter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/twitter.php b/lib/twitter.php index 5eb15005a..197298549 100644 --- a/lib/twitter.php +++ b/lib/twitter.php @@ -42,7 +42,7 @@ function get_twitter_data($uri, $screen_name, $password) $errmsg = curl_error($ch); if ($errmsg) { - common_debug("Twitter bridge - cURL error: $errmsg - trying to load: $uri with user $twit_user.", + common_debug("Twitter bridge - cURL error: $errmsg - trying to load: $uri with user $screen_name.", __FILE__); } |