From: dhawes Date: Mon, 29 Nov 2004 04:38:07 +0000 (+0000) Subject: fixed a comment whose details had been left behind in the recent api change X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5809683fbaa92688f4b9459f998a0c2252d8bd37;p=moodle.git fixed a comment whose details had been left behind in the recent api change --- diff --git a/lib/pagelib.php b/lib/pagelib.php index e032d3815e..ad4a08ac9e 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -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. */