]> git.mjollnir.org Git - moodle.git/commitdiff
fixed a comment whose details had been left behind in the recent api change
authordhawes <dhawes>
Mon, 29 Nov 2004 04:38:07 +0000 (04:38 +0000)
committerdhawes <dhawes>
Mon, 29 Nov 2004 04:38:07 +0000 (04:38 +0000)
lib/pagelib.php

index e032d3815e4bcd26b2a53652f237c31c32438e29..ad4a08ac9ed7b87b857e7d0d9de2e9f718022513 100644 (file)
@@ -44,7 +44,7 @@ function page_create_object($type, $id = NULL) {
 }
 
 /**
- * Function page_map_type() is the way for your code to define its own page subclasses and let Moodle recognize them.
+ * Function page_map_class() is the way for your code to define its own page subclasses and let Moodle recognize them.
  * Use it to associate the textual identifier of your Page with the actual class name that has to be instantiated.
  */