diff options
author | Chris Slamar <chris@slamar.org> | 2010-12-14 21:57:28 -0600 |
---|---|---|
committer | Chris Slamar <chris@slamar.org> | 2010-12-14 21:57:28 -0600 |
commit | f039de5ba4ebdc82329657996f79969d452e9ca7 (patch) | |
tree | 6470b085ff12939fa02861b97f6185c2d0285fe6 /modules | |
parent | 441532ef247f761127bd11981c17ac6b10f3a163 (diff) | |
download | ampache-f039de5ba4ebdc82329657996f79969d452e9ca7.tar.gz ampache-f039de5ba4ebdc82329657996f79969d452e9ca7.tar.bz2 ampache-f039de5ba4ebdc82329657996f79969d452e9ca7.zip |
typo #2
Diffstat (limited to 'modules')
-rw-r--r-- | modules/twitter/twitter_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/twitter/twitter_update.php b/modules/twitter/twitter_update.php index 9f9bf122..0587f4e5 100644 --- a/modules/twitter/twitter_update.php +++ b/modules/twitter/twitter_update.php @@ -28,7 +28,7 @@ $user_info = $twitteroauth->get('account/verify'); if( $user_info->error == 'Not found' ) { debug_event("Twitter", "Auth Successful! Posting Status", "5"); - //$twitteroauth->post('statuses/update', array('status' => 'is rocking out to ' . $return)); + $twitteroauth->post('statuses/update', array('status' => 'is rocking out to ' . $return)); header('Location: ' . Config::get('web_path') ); } |