diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php index 414d4884dde..8aaed92372a 100644 --- a/htdocs/core/class/notify.class.php +++ b/htdocs/core/class/notify.class.php @@ -53,7 +53,12 @@ class Notify public $errors = array(); var $author; - var $ref; + + /** + * @var string Ref + */ + public $ref; + var $date; var $duree; var $note;