Skip to content

Commit

Permalink
Fixed bug with favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
derek committed May 18, 2011
1 parent e54f4c6 commit 9506276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/twitter.js
Expand Up @@ -64,7 +64,7 @@ YUI.add('Twitter', function (Y) {
break;

case "favorites":
yql = 'SELECT * FROM twitter.favorites ' + whereText + ' AND id="' + Y.StorageLite.getItem('screen_name');
yql = 'SELECT * FROM twitter.favorites WHERE id="' + config.screen_name + '" AND #oauth#';
break;

case "home":
Expand Down

0 comments on commit 9506276

Please sign in to comment.