Procházet zdrojové kódy

Minor - Renamed constructor of FreeAnswer class to __construct

Yannick Warnier před 11 roky
rodič
revize
e82b65282d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;