Skip to content

Commit

Permalink
WeChall: Fix for uninstalled dummy challenges view
Browse files Browse the repository at this point in the history
  • Loading branch information
ricerbot committed Mar 29, 2018
1 parent b089225 commit 8a0aa9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/module/WeChall/WC_Challenge.php
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,9 @@ public static function dummyChallenge($title, $score=1, $url=false, $solution=fa
'chall_board' => 0,
'chall_sboard' => 0,
'chall_options' => $options,
'chall_dif' => '5.0',
'chall_edu' => '5.0',
'chall_fun' => '5.0',
));
}

Expand Down

0 comments on commit 8a0aa9f

Please sign in to comment.