contao-community-alliance / merger2

The Merger² for Contao.
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Use StringUtil for deserialize #39

Closed stefansl closed 4 years ago

stefansl commented 4 years ago

Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead. See https://github.com/contao/core-bundle/blob/97e0d49b548ce079091e19ef5c59b6ec81e4a3e5/src/Resources/contao/helper/functions.php#L185

dmolineus commented 4 years ago

Thanks