From 9e094fd54b7d2de16e6c66c546f698ee1280e352 Mon Sep 17 00:00:00 2001 From: defacer Date: Fri, 19 Nov 2004 03:29:16 +0000 Subject: [PATCH] Silly me... forgot to update url_get_path when I moved this thing in here. --- blocks/pagedemo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/pagedemo.php b/blocks/pagedemo.php index a4201a649d..0baaf58205 100644 --- a/blocks/pagedemo.php +++ b/blocks/pagedemo.php @@ -58,7 +58,7 @@ // This should point to the script that displays us; it's straightforward in this case. function url_get_path() { global $CFG; - return $CFG->wwwroot .'/pagetest.php'; + return $CFG->wwwroot .'/blocks/pagedemo.php'; } // We do not need any special request variables such as ID in this case, so we 're not -- 2.39.5