Commit 6338d6a8 authored by Bastien Ho's avatar Bastien Ho :alien:
Browse files

typo

parent 5b3b34a3
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -358,7 +358,7 @@ function cartable_get_indexed_syndicates_and_provinces($vars){
}
}
$vars = [
$variables = [
'IndexedSyndicates' => $IndexedSyndicates,
'IndexedProvinces' => $IndexedProvinces,
];
......@@ -367,7 +367,7 @@ function cartable_get_indexed_syndicates_and_provinces($vars){
'return' => "value",
'name' => "debug_enabled",
])){
$vars['debug'] = [
$variables['debug'] = [
'_Provinces' => $Provinces['values'],
'_Syndicates' => $Syndicates['values'],
'_MembershipTypes' => $MembershipTypes['values'],
......@@ -377,5 +377,5 @@ function cartable_get_indexed_syndicates_and_provinces($vars){
];
}
return $vars;
return $variables;
}
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