[TYPO3-core] USER_CINT again
Martin Kutschker
Martin.Kutschker at blackbox.net
Mon Feb 27 17:38:15 CET 2006
Wolfgang Klinger <wolfgang at stufenlos.net> writes on
Mon, 27 Feb 2006 17:35:17 +0100 (MET):
>
> *hiya!*
>
> On Mon, 27 Feb 2006, Martin Kutschker wrote the following:
>
> > >
> > > It's me and the infamous USER_CINT. Attached is the patch and a
> > > demo> plugin.
> >
>
> I patched the files and installed the plugin,
> but the TypoScript Object browser still displays
> ----
> [user_cint_pi1]=USER
> ----
>
> What am I doing wrong?
*sigh*
Motto of the day:
"You shall don't do last minute 'clean-ups'."
>
> ----
> switch ((int)$cached) {
> case 1: // cached
> case 2: // possibly cached
> $pluginContent = trim('
> includeLibs.'.$cN.$prefix.' =
> '.$TYPO3_LOADED_EXT[$key]['siteRelPath'].$classFile.'
> plugin.'.$cN.$prefix.' = USER
> plugin.'.$cN.$prefix.' {
> userFunc = '.$cN.$prefix.'->main
> }');
> break;
>
> ----
> (there's no USER_CINT)
There was before I did the "clean-up" right before submitting the patch. Of course there needs to be a separate "case 2" with USER_CINT instead of USER.
Masi
More information about the TYPO3-team-core
mailing list