Project

General

Profile

Actions

Bug #14519

closed

enabling DevLog in t3lib_modsettings via SC_OPTIONS does not work.

Added by Frank Agerholm over 19 years ago. Updated almost 18 years ago.

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

0%

Estimated time:
TYPO3 Version:
3.8.0-dev
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

t3lib_modsettings::init() check for enabling DevLog with $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_modSettings.php']['writeDevLog'] is not working on System with PHP-Option register_globals turned off.

This can simply fixed by adding

global $TYPO3_CONF_VARS;

in top of t3lib_modsettings::init().
(issue imported from #M728)

Actions #1

Updated by Ingmar Schlecht over 19 years ago

Fixed in CVS.

Actions

Also available in: Atom PDF