From 0f45672918b64b00b63195c2f0f67349eb8827d9 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Mon, 20 Feb 2012 20:14:41 +0000 Subject: [PATCH] [gh-133] Merging from testing into staging -c 1442 git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1458 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 7fd9ce6a..84d17050 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