parent
4945309bd9
commit
69b7cf1c0b
|
|
@ -69,7 +69,7 @@ class BonusScoreController extends Controller
|
|||
}
|
||||
|
||||
// If no score was submitted, were going to just stop at deleting the scores
|
||||
if (! $validData['score'] == null) {
|
||||
if (! is_null($validData['score'])) {
|
||||
// Set the new score
|
||||
try {
|
||||
$saveBonusScore($judge, $entry, $validData['score']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue