git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40736
735d13b6-9817-0410-8766-
e36946ffe9aa
+2010-12-02 Xavier Perseguers <typo3@perseguers.ch>
+
+ * Fixed bug #16639: Install Tool is unusable since DBAL merge
+
2010-12-01 Xavier Perseguers <typo3@perseguers.ch>
* Set version to 1.2.0beta2
* @return void
*/
public function execute(tx_install $instObj) {
- if ($instObj->mode = '123') {
+ if ($instObj->mode == '123') {
switch ($instObj->step) {
case 0:
if (!t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {