Commit 1f524830 authored by Sylvain's avatar Sylvain

Bug - nom fonction

parent da9b921c
......@@ -94,7 +94,7 @@ if (! function_exists('mixte_get')) {
if (preg_match('/\((.*)\)/', $segment, $finded)) {
$segment = str_replace($finded[0], '', $segment);
$params = $finded[1];
$args = stringArgsToArray($params);
$args = str_args_to_array($params);
}
}
......
Markdown is supported
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