]> git.mjollnir.org Git - moodle.git/commitdiff
Silly me... forgot to update url_get_path when I moved this thing in here.
authordefacer <defacer>
Fri, 19 Nov 2004 03:29:16 +0000 (03:29 +0000)
committerdefacer <defacer>
Fri, 19 Nov 2004 03:29:16 +0000 (03:29 +0000)
blocks/pagedemo.php

index a4201a649dfcb6aaa5bf40670ad9455555102c8e..0baaf582053c2b30bdf7786a0f6616dacbe130ac 100644 (file)
@@ -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