fix groupedDirections array to main page - add branches
This commit is contained in:
parent
09f4ed38f8
commit
bb262c66f4
|
@ -99,7 +99,6 @@ class PageController extends Controller
|
||||||
|
|
||||||
if ($direction['educational_institution_id'] == 3) {
|
if ($direction['educational_institution_id'] == 3) {
|
||||||
$branches[] = $direction;
|
$branches[] = $direction;
|
||||||
return $acc;
|
|
||||||
}
|
}
|
||||||
$acc[] = $direction;
|
$acc[] = $direction;
|
||||||
return $acc;
|
return $acc;
|
||||||
|
|
Loading…
Reference in New Issue