Project

General

Profile

Actions

Bug #14221

closed

config.stat_apache_pagenames code [type] ends up empty

Added by old_pekue over 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-07-02
Due date:
% Done:

0%

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

Description

on line 1288 of class.tslib_fe.php:
$pageName = str_replace('[type]',$this->page['type'],$pageName);
tslib_fe::getConfigArray() refers to $this->page['type'] which is empty

i think the line should be changed to
$pageName = str_replace("[type]",$GLOBALS['TSFE']->type,$pageName);

(issue imported from #M187)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #14419: Log writes wrong pathsClosedMichael Stucki2004-11-26

Actions
Actions

Also available in: Atom PDF