Skip to content

Commit

Permalink
Fix issue graulund#62 fix Twitter auth during setup for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
zertrin committed Apr 28, 2014
1 parent 82a8d17 commit c7e81f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function configSetting($cf, $setting, $value){


// Are we redirecting?
if(isset($_POST['redirect']) && !empty($_POST['redirect'])){
if(!empty($_POST['redirect']) || !empty($_POST['redirect_x'])){
if(
isset($_POST['consumer_key']) && !empty($_POST['consumer_key']) &&
isset($_POST['consumer_secret']) && !empty($_POST['consumer_secret'])
Expand Down

0 comments on commit c7e81f1

Please sign in to comment.