1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-20 12:54:36 +00:00

fix(web): style

This commit is contained in:
Baoshuo Ren 2022-10-10 18:43:05 +08:00
parent 17c400d15c
commit cfaa862e99
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -32,7 +32,7 @@
<?php if (!isset($assignments_hidden)): ?>
<?php
$assignments = [];
$assignments = [];
foreach ($groups as $group) {
$assignments = array_merge($assignments, queryGroupActiveAssignments($group['id']));
}