Verified Commit bfcc22dc authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(smarty) - small adaptation

Small adapt for smarty
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -73,5 +73,5 @@ function smarty_block_render ($params, $text)
"\\1 \\2"
];
return preg_replace($from, $to, $text);
return preg_replace($from, $to, (string) $text);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment