From: defacer Date: Fri, 19 Nov 2004 03:29:16 +0000 (+0000) Subject: Silly me... forgot to update url_get_path when I moved this thing in here. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9e094fd54b7d2de16e6c66c546f698ee1280e352;p=moodle.git Silly me... forgot to update url_get_path when I moved this thing in here. --- 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