소스 검색

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;