From 7f9b8981fbaa822ae4ab1d442b17c078b2f58940 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Mon, 20 Feb 2012 20:19:00 +0000
Subject: [PATCH] [gh-173] Merging from testing into staging -c 1424

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1461 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module
index dbe46bc0..3eb0ef1b 100644
--- a/sites/all/modules/unl/unl.module
+++ b/sites/all/modules/unl/unl.module
@@ -1046,7 +1046,7 @@ function unl_init() {
       '#type' => 'html_tag',
       '#tag' => 'base',
       '#attributes' => array(
-        'href' => url('<front>', array('absoule' => TRUE)),
+        'href' => '//' . $_SERVER['HTTP_HOST'] . base_path(),
       ),
     );
     drupal_add_html_head($base_tag, 'base');
-- 
GitLab