diff options
Diffstat (limited to '')
-rw-r--r-- | include/block.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/block.class.php b/include/block.class.php index e8f091741..af84330bd 100644 --- a/include/block.class.php +++ b/include/block.class.php @@ -134,6 +134,7 @@ class BlockManager global $template; $template->set_filename('menubar', $file); + $template->assign(array('U_REDIRECT' => $_SERVER['REQUEST_URI'])); trigger_action('blockmanager_apply', array(&$this) ); foreach( $this->display_blocks as $id=>$block) |