Actions
Feature #22403
closedstdWrap.debugConf functionality
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-04-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
As of the stdWrap-functions
debugData
debugFunc
etc.
it would be nice to also have
debugConf = 1
that does nothing else than
if($conf['debugConf']) {
debug($conf, 'stdWrap conf');
}
I added this by myself with the stdWrap hook functionality; but I think it should be useful in the core.
Especially when handling with "sophisticated" TS object copying or in TemplaVoilà context, it is useful to know if an object path is correctly copied to e.g. stdWrap.cObject etc.
(issue imported from #M14038)
Files
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Status changed from New to Closed
- Target version deleted (
0)
Actions