Skip to content
Snippets Groups Projects
Commit b4be1840 authored by Christian Kuhn's avatar Christian Kuhn Committed by Susanne Moog
Browse files

[BUGFIX] Fix front end redirect to 1-2-3 installer

An empty value in the TYPO3_db constant indicates a not configured installation in 
the front end. The front end then redirects to 1-2-3 installer. 
This broke with change 89732c4a of #27954 because the check for db constant 
is done too late.

Change the order of the checks during database connection and 
check if the TYPO3_db constant has a value first.

Change-Id: I0a7003d876a747e16552fecf6385b0449de5617a
Resolves: #28185
Related: #27954
Reviewed-on: http://review.typo3.org/3316
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
Reviewed-by: Stefan Neufeind
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Susanne Moog
Tested-by: Susanne Moog
parent 9b9ce42e
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment