Actions
Bug #17715
closedfunction "debug" is used instead of "$GLOBALS['TYPO3_DB']->debug" in the class.t3lib_befunc.php
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2007-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The function "debug" is used once instead of "$GLOBALS['TYPO3_DB']->debug" in the class.t3lib_befunc.php. Because of this, it in't possible to use class.t3lib_befunc.php in an exetnsion, which is not called by typo3.
But if we move "debug" to "$GLOBALS['TYPO3_DB']->debug" everything is ok including using the class.t3lib_befunc.php within Typo3.
We would be very happy, if you change the line.
It is the line 564 in the function BEgetRootLine.
(issue imported from #M6580)
Updated by Christian Kuhn about 15 years ago
Resolved, unable to reproduce: I'm unable to find a debug call in method BEgetRootLine in recent versions. Please reopen this issue if I missed something.
Actions