Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sama34 committed Aug 26, 2024
1 parent dfad622 commit 15ed0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@
update_import_session();
}
// Otherwise show our requirements check to our user
else if(empty($import_session['requirements_check']) || (!empty($mybb->get_input('first_page')) && $mybb->request_method == "post") || !$import_session['requirements_pass'])
else if(empty($import_session['requirements_check']) || (!empty($mybb->input['first_page']) && $mybb->request_method == "post") || !$import_session['requirements_pass'])
{
$debug->log->event("Showing requirements check page");

Expand Down

0 comments on commit 15ed0f0

Please sign in to comment.