Project

General

Profile

Actions

Bug #18837

closed

Missing dot in t3lib_TStemplate line 1377

Added by Niels Pardon almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-05-25
Due date:
% Done:

0%

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

Description

In t3lib_TStemplate line 1377 there a dot missing:

// linkVars
if ($GLOBALS['TSFE']->config['config']['uniqueLinkVars']) {

should be:

// linkVars
if ($GLOBALS['TSFE']->config['config.']['uniqueLinkVars']) {

(issue imported from #M8500)

Actions

Also available in: Atom PDF