// Set param as null

This commit is contained in:
PrestaEdit
2013-05-20 14:56:12 +02:00
parent 57bb00a6a8
commit c0b9736cf4
+1 -1
View File
@@ -961,7 +961,7 @@ class ToolsCore
* @param bool $utf8_decode (deprecated)
* @return string
*/
public static function link_rewrite($str, $utf8_decode = false)
public static function link_rewrite($str, $utf8_decode = null)
{
if ($utf8_decode !== null)
Tools::displayParameterAsDeprecated('utf8_decode');