[TYPO3-core] RFC: #3725: impexp has problem with flexform
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Fri Jun 30 11:42:30 CEST 2006
Dmitry Dulepov schrieb:
> Hi!
>
> Martin Kutschker wrote:
>
>> You try to capture this with this test:
>>
>> if (strcmp($editData['meta'],'')) {
>> $editData['meta'] = array();
>> }
>>
>> But what happens when I have this:
>>
>> <meta>foobar</meta>
>
>
> Valid point but only theoretically.
>
> Empty META tags were created by TemplaVoila (noone else I think). But
> they were alsways empty (and gave me a lot of headache after upgrade to
> 4.0 :)).
>
> Patch is sufficient for _practical_ life
I expected that.
> but Martin's change makes it better.
I tried to think ahead to avoid the next (PHP) when somebody produces
broken files.
Dmitry, is that a +1? It's a +1 from me with the changed check.
Masi
More information about the TYPO3-team-core
mailing list