Code cleaned
This commit is contained in:
parent
f7f277d46b
commit
2d77512cdc
13 changed files with 58 additions and 63 deletions
|
|
@ -132,7 +132,7 @@ else if ($n && $p[0] == SALT_USER)
|
|||
$id_exo = $p[3];
|
||||
else if ($n == 3)
|
||||
{
|
||||
foreach($THEME->get_exercicesOrdered() as $exo)
|
||||
foreach($THEME->get_exercices_ordered() as $exo)
|
||||
{
|
||||
if (! $exo->has_solved($TEAM))
|
||||
break;
|
||||
|
|
|
|||
Reference in a new issue