Преглед на файлове

Minor - Renamed constructor of FreeAnswer class to __construct

Yannick Warnier преди 11 години
родител
ревизия
e82b65282d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main/exercice/freeanswer.class.php

+ 1 - 1
main/exercice/freeanswer.class.php

@@ -24,7 +24,7 @@ class FreeAnswer extends Question
     /**
      * Constructor
      */
-    function FreeAnswer()
+    function __construct()
     {
         parent::question();
         $this->type      = FREE_ANSWER;