From 1ca0509c888060c759927b9ae01f98dc7cf63bb7 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Thu, 2 Feb 2012 21:56:15 +0000
Subject: [PATCH] [gh-133] Merging trunk into testing -c 1441

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/testing@1442 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl_migration.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php
index 8c79fa1e..3fda6a4c 100644
--- a/sites/all/modules/unl/unl_migration.php
+++ b/sites/all/modules/unl/unl_migration.php
@@ -186,6 +186,11 @@ class Unl_Migration_Tool
         if (substr($baseUrl, -1) != '/') {
             $baseUrl .= '/';
         }
+        
+        $frontierPath = trim ($frontierPath);
+        if ($frontierPath && substr($frontierPath, -1) != '/') {
+          $frontierPath .= '/';
+        }
 
         $this->_frontierPath = $frontierPath;
         $this->_frontierUser = $frontierUser;
-- 
GitLab