From c7e81f1689805787b1eade41fa8f12fb2c3f686e Mon Sep 17 00:00:00 2001 From: zertrin Date: Mon, 28 Apr 2014 09:54:48 +0200 Subject: [PATCH] Fix issue #62 fix Twitter auth during setup for Firefox --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 557b5496..b4058c74 100644 --- a/setup.php +++ b/setup.php @@ -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'])