[TYPO3-mvc] There's a typo.. somewhere

Steffen Kamper info at sk-typo3.de
Wed Jul 29 09:47:11 CEST 2009


Hi,

yes, but doesn't matter atm, because PdoBackend isn't written yet ;)

vg Steffen

Sebastian Gebhard schrieb:
> Hi,
> 
> I found a little issue but don't have time to investigate it right now. 
> I took a look at Tx_Extbase_Dispatcher::getSettings(); and saw there:
> 
>  [interfaces] => Array
>         (
>             [Tx_Extbase_Persistence_Storage_Backend] => Array
>                 (
>                     [implementations] => Array
>                         (
>                             [1] => Array
>                                 (
>                                     [className] => 
> Tx_Extbase_Persistence_Storage_Typo3DbBackend
>                                 )
> 
>                             [2] => Array
>                                 (
>                                     [className] => 
> Tx_Extbase_PErsistence_Storage_PdoBackend
>                                 )
> 
>                         )
> 
>                 )
> 
>         )
> 
> There's a typo at the class name of the PDO Backend.


More information about the TYPO3-project-typo3v4mvc mailing list