CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #37263

Remove depreciated call to Tx_Extbase_Utility_TypoScript

Added by Tymoteusz Motylewski about 1 year ago.

Status:New Start date:2012-05-17
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 0

Description

line 102 of fluidpibase\Classes\class.tx_fluidpibase.php
should be:

$conf = Tx_Extbase_Service_TypoScriptService::convertTypoScriptArrayToPlainArray($this->conf);

currently is:

$conf = Tx_Extbase_Utility_TypoScript::convertTypoScriptArrayToPlainArray($this->conf);

Also available in: Atom PDF