Update type of property definition to match value type

remotes/angel/1.11.x
Yannick Warnier 9 years ago
parent 93e8fd62cb
commit ded9765277
  1. 2
      main/exercice/exercise.class.php

@ -69,7 +69,7 @@ class Exercise
public $onSuccessMessage = null;
public $onFailedMessage = null;
public $emailAlert;
public $notifyUserByEmail = 0;
public $notifyUserByEmail = '';
public $sessionId = 0;
/**

Loading…
Cancel
Save