Browse Source

fix admin create token - refresh page

causefx 8 years ago
parent
commit
2973be7105
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/pages/wizard.php

+ 1 - 1
api/pages/wizard.php

@@ -130,7 +130,7 @@ $pageWizard = '
                     if(html.data == true){
                         location.reload();
                     }else if(html.data == \'token\'){
-						console.error(\'Organizr Function: Could not create Token\');
+						location.reload();
 					}else if(html.data == \'db\'){
 						console.error(\'Organizr Function: Could not create DB - check permissions\');
 					}else if(html.data == \'admin\'){