mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-29 06:21:58 +02:00
Update Smarty to 3.1.3
This commit is contained in:
@@ -26,7 +26,7 @@ if (!function_exists('smarty_mb_str_replace')) {
|
||||
if (is_array($subject)) {
|
||||
// call mb_replace for each single string in $subject
|
||||
foreach ($subject as &$string) {
|
||||
$string = & smarty_mb_str_replace($search, $replace, $string, $c);
|
||||
$string = smarty_mb_str_replace($search, $replace, $string, $c);
|
||||
$count += $c;
|
||||
}
|
||||
} elseif (is_array($search)) {
|
||||
|
||||
Reference in New Issue
Block a user