Project

General

Profile

Actions

Bug #35274

closed

Fix Syntax in typo3/sysext/install/updates/class.tx_coreupdates_t3skin.php

Added by Kay Strobach about 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Install Tool
Target version:
-
Start date:
2012-03-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description


    public function performUpdate(array &$dbQueries, &$customMessages) {
        $result = FALSE;
        if ($this->versionNumber >= 4004000 && !t3lib_extMgm::isLoaded('t3skin')) {
            // check wether the table can be truncated or if sysext with tca has to be installed
            if ($this->checkForUpdate($customMessages[])) {

                                                     ^^
                                                     ||

                              -->      Fix Syntax Problem: Cannot use [] for reading (Message of PHPStorm)

related to 4.5, 4.6, 4.7

Actions

Also available in: Atom PDF