git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40825
735d13b6-9817-0410-8766-
e36946ffe9aa
+2010-12-05 Xavier Perseguers <typo3@perseguers.ch>
+
+ * Fixed bug #16678: DBAL is active with MySQL at the end of 1-2-3 wizard
+
2010-12-02 Xavier Perseguers <typo3@perseguers.ch>
* Fixed bug #16639: Install Tool is unusable since DBAL merge
if ($instObj->mode == '123') {
switch ($instObj->step) {
case 0:
- if (!t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {
+ if (!is_array($instObj->INSTALL) && !t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {
$this->activateDbal();
// Reload page to have Install Tool actually load DBAL