mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Introduzione modulo fasce orarie e modulo eventi
This commit is contained in:
@@ -185,7 +185,7 @@ if (!function_exists('replace')) {
|
||||
*/
|
||||
function replace($string, $array)
|
||||
{
|
||||
return str_replace(array_keys($array), array_values($array), $string);
|
||||
return str_replace(array_keys($array), array_values($array), (string) $string);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user