Project

General

Profile

Actions

Bug #97011

closed

PHP warning because if missing comma as element separator WorkspaceService

Added by TYPO3 GmbH TYPO3com about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-02-23
Due date:
% Done:

100%

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

Description

missing komma in php-function array_merge on line 658 results in PHP_Warning or Error when calling the function:

from
array_merge($pageList [ (int)$mountPoint ],$this->getPageChildrenRecursive((int)$mountPoint, (int)$recursionLevel, 0, $permsClause));

to
array_merge($pageList, [ (int)$mountPoint ],$this->getPageChildrenRecursive((int)$mountPoint, (int)$recursionLevel, 0, $permsClause));

all array need to be seperated by comma

This issue was automatically created from https://github.com/TYPO3/typo3/pull/359


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #92080: Drop 3rd party usages of getTreeList() in QueryView and QueryGeneratorClosed2020-08-23

Actions
Actions #1

Updated by Gerrit Code Review about 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73682

Actions #2

Updated by Gerrit Code Review about 2 years ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73682

Actions #3

Updated by Gerrit Code Review about 2 years ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73682

Actions #4

Updated by Stefan Bürk about 2 years ago

  • Related to Task #92080: Drop 3rd party usages of getTreeList() in QueryView and QueryGenerator added
Actions #5

Updated by Gerrit Code Review about 2 years ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73682

Actions #6

Updated by Gerrit Code Review about 2 years ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73682

Actions #7

Updated by Gerrit Code Review about 2 years ago

Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73682

Actions #8

Updated by Stefan Bürk about 2 years ago

  • Tracker changed from Task to Bug
  • Subject changed from Update WorkspaceService.php to PHP warning because if missing comma as element separator WorkspaceService
  • TYPO3 Version changed from 10 to 11
Actions #9

Updated by Gerrit Code Review about 2 years ago

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73653

Actions #10

Updated by Anonymous about 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF