Actions
Bug #53676
closedUSER_INT is buggy
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-11-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When lib.myObj = USER_INT then output for:
<f:debug>{f:cObject(typoscriptObjectPath: 'lib.myObj')}</f:debug>
result is:
But for lib.myObj = USER - all right.
Updated by Markus Klein about 11 years ago
Am I guessing right that you're using this in a cached controller?
Updated by Vasyl Mosiychuk about 11 years ago
Sorry, I'm talking about userFunc calling.
lib.myObj = USER
lib.myObj {
userFunc = user_tools->myUserFunc
}
Updated by Benni Mack almost 10 years ago
- Status changed from New to Closed
Hey,
this is not a buggy behaviour. at the time of printing out the debug message (= in a cached object) the info about a USER_INT object is really just a placeholder like you mentioned above.
The placeholder is then replace just before the page is completely outputted.
Actions