From: vyshane Date: Thu, 4 May 2006 04:32:55 +0000 (+0000) Subject: Fix for bug #4805 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1db34bf5fb4237d6ae9251f89f49efc6858745ca;p=moodle.git Fix for bug #4805 --- diff --git a/admin/block.php b/admin/block.php index 37ce32105c..522da78fb9 100644 --- a/admin/block.php +++ b/admin/block.php @@ -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, "$stradmin -> ".