From 1db34bf5fb4237d6ae9251f89f49efc6858745ca Mon Sep 17 00:00:00 2001 From: vyshane Date: Thu, 4 May 2006 04:32:55 +0000 Subject: [PATCH] Fix for bug #4805 --- admin/block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -> ". -- 2.39.5