From 5809683fbaa92688f4b9459f998a0c2252d8bd37 Mon Sep 17 00:00:00 2001 From: dhawes Date: Mon, 29 Nov 2004 04:38:07 +0000 Subject: [PATCH] fixed a comment whose details had been left behind in the recent api change --- lib/pagelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5