From 5f66bc582e4049c75f30c0df380724214854d0d8 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 15 Jan 2007 08:30:54 +0000 Subject: [PATCH] forgot to globalize base_uri git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12136 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/page_header.php b/functions/page_header.php index 1f8b6ccb..417988df 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -186,7 +186,7 @@ function displayPageHeader($color, $mailbox, $sHeaderJs='', $sBodyTagJs = '') { global $reply_focus, $hide_sm_attributions, $frame_top, $provider_name, $provider_uri, $startMessage, - $action, $oTemplate, $org_title; + $action, $oTemplate, $org_title, $base_uri; if (empty($sBodyTagJs)) { if (strpos($action, 'reply') !== FALSE && $reply_focus) { -- 2.25.1