Project

General

Profile

Actions

Bug #53676

closed

USER_INT is buggy

Added by Vasyl Mosiychuk over 10 years ago. Updated over 9 years ago.

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.

Actions #1

Updated by Markus Klein over 10 years ago

Am I guessing right that you're using this in a cached controller?

Actions #2

Updated by Vasyl Mosiychuk over 10 years ago

Sorry, I'm talking about userFunc calling.
lib.myObj = USER
lib.myObj {
userFunc = user_tools->myUserFunc
}

Actions #3

Updated by Benni Mack over 9 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

Also available in: Atom PDF