fix: remove poster field in problem.conf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-10-01 17:18:29 +08:00
parent 47869c3314
commit 05dcdf2158
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -229,7 +229,7 @@ EOD
$time_limit = $limit['time_limit'];
$memory_limit = $limit['memory_limit'];
$problem_uploader = $limit['poster'] ?: $problem['uploader'];
$problem_uploader = $problem['uploader'];
?>
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>