Skip to content

Commit

Permalink
Fix twitter oauth lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Guseletov committed Jul 27, 2012
1 parent 175016e commit 9fad069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ doctrine:
KnpBundlesBundle: ~

inori_twitter_app:
file: %kernel.root_dir%/../vendor/twitteroauth/twitteroauth/twitteroauth.php
file: %kernel.root_dir%/../vendor/twitter/oauth/twitteroauth/twitteroauth.php
consumer_key: %knp_bundles.twitter.consumer_key%
consumer_secret: %knp_bundles.twitter.consumer_secret%
oauth_token: %knp_bundles.twitter.oauth_token%
Expand Down

0 comments on commit 9fad069

Please sign in to comment.