Bug #37263
Remove depreciated call to Tx_Extbase_Utility_TypoScript
| 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);