Skip to content
Snippets Groups Projects
Commit ff9f1bb9 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'release_6.1.1' into 'main'

RouteNotFoundStrategy : sabotaaaaage !

See merge request !1
parents 7b85a732 ebfb84d5
Branches
Tags 6.1.1
1 merge request!1RouteNotFoundStrategy : sabotaaaaage !
Pipeline #28198 failed
......@@ -313,7 +313,9 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate
$tableCols = 2;
$tableType = 1;
if (!is_array($table)) {
$table = [];
}
$table[] = [$a, $b];
continue;
}
......@@ -334,7 +336,9 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate
$tableCols = $count;
$tableType = 2;
if (!is_array($table)) {
$table = [];
}
$table[] = $b;
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment