]> git.mjollnir.org Git - moodle.git/commitdiff
Fix for bug #4805
authorvyshane <vyshane>
Thu, 4 May 2006 04:32:55 +0000 (04:32 +0000)
committervyshane <vyshane>
Thu, 4 May 2006 04:32:55 +0000 (04:32 +0000)
admin/block.php

index 37ce32105c1b1c699b592484f388b4da0d491117..522da78fb9591e36ed24afc8b1bf491b3df74f03 100644 (file)
@@ -60,7 +60,7 @@
     
     // $CFG->pagepath is used to generate the body and id attributes for the body tag
     // of the page. It is also used to generate the link to the Moodle Docs for this view.
-    $CFG->pagepath = 'block/' . $strblockname . '/config';
+    $CFG->pagepath = 'block/' . $block->name() . '/config';
     
     print_header($site->shortname.': '.$strblockname.": $strconfiguration", $site->fullname,
                   "<a href=\"index.php\">$stradmin</a> -> ".