From 4aa2077b023f40e412ccf9b90d5fab680938d162 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 12 Apr 2006 07:25:46 +0000 Subject: [PATCH] general cleanup of xxx_parameter() functions - fixed typo --- course/pending.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/pending.php b/course/pending.php index 9092b90df7..fefede2251 100644 --- a/course/pending.php +++ b/course/pending.php @@ -4,7 +4,7 @@ require_once('../config.php'); require_once($CFG->libdir.'/pagelib.php'); require_once($CFG->libdir.'/blocklib.php'); - require_once('/lib.php'); + require_once('lib.php'); require_login(); -- 2.39.5