Browse Source

Minor - Update comment

Yannick Warnier 7 years ago
parent
commit
a07a1371c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/lp/learnpath.class.php

+ 1 - 1
main/lp/learnpath.class.php

@@ -62,7 +62,7 @@ class learnpath
     public $refs_list = array (); //list of items by ref => db_id. Used only for prerequisites match.
     // !!!This array (refs_list) is built differently depending on the nature of the LP.
     // If SCORM, uses ref, if Chamilo, uses id to keep a unique value.
-    public $type; //type of learnpath. Could be 'dokeos', 'scorm', 'scorm2004', 'aicc', ...
+    public $type; //type of learnpath. Could be 'chamilo', 'scorm', 'scorm2004', 'aicc', ...
     // TODO: Check if this type variable is useful here (instead of just in the controller script).
     public $user_id; //ID of the user that is viewing/using the course
     public $update_queue = array();