[TYPO3-english] R: Tipafriend_plus 0.1.5 on Typo3 4.3.1 Crashes!

Marcus 'biesior' Biesioroff vsbies at wp.pl
Wed Feb 3 10:51:17 CET 2010


W dniu 2010-02-03 09:33, De Contardi Riccardo pisze:
> Hello Marcus
>
> First of all, I'd like to thank you for the support.
>
> I've found a similar problem reported about "browser" extension on typo3
> forge, and I took their solution, modifying the line 171 into:
>
> if ($globalMarkerArray != "") {
> 		$this->templateCode=
> $this->cObj->substituteMarkerArray($this->templateCode,
> $globalMarkerArray);
> 	}

Well I send you first solution with notice that I don't know its "side 
effects" I think that the best option will be your example, little bit 
modified, as $substituteMarekerArray requires the array in the second 
param the condition testing it should should be:

if (is_array($globalMarkerArray)) {
   $this->templateCode= 
$this->cObj->substituteMarkerArray($this->templateCode, $globalMarkerArray);
}










-- 
Marcus 'biesior' Biesioroff
a.k.a. Marek Krawczyk (original)

Polish TYPO3 Community Proud Member
http://typo3.pl


More information about the TYPO3-english mailing list