]> git.mjollnir.org Git - moodle.git/commitdiff
Small correction in the documentation for the $CFG global
authorgustav_delius <gustav_delius>
Mon, 28 Aug 2006 09:00:38 +0000 (09:00 +0000)
committergustav_delius <gustav_delius>
Mon, 28 Aug 2006 09:00:38 +0000 (09:00 +0000)
lib/setup.php

index 3c6b6602a6f9ac1f800622de672b7273f68e2c65..e150e9309be82da49f14051197164dfac5f67a71 100644 (file)
@@ -34,7 +34,7 @@ global $USER;
  * Some typical settings in the $CFG global:
  *  - $CFG->wwwroot - Path to moodle index directory in url format.
  *  - $CFG->dataroot - Path to moodle index directory on server's filesystem.
- *  - $CFG->libroot  - Path to moodle's library folder on server's filesystem.
+ *  - $CFG->libdir  - Path to moodle's library folder on server's filesystem.
  *
  * @global object(cfg) $CFG
  */