Project

General

Profile

Actions

Task #40880

closed

Superfluous brackets in sysext "core" after namespaces move

Added by Arvid Jakobsson over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2012-09-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The following syntax appears in various parts of the core:

-                       header(('Last-Modified: ' . gmdate('D, d M Y H:i:s')) . ' GMT');
+                       header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #40113: Superfluous brackets in functions after namespaces moveClosed2012-08-24

Actions
Actions

Also available in: Atom PDF