From 36cc84d88488d76f7c00f17c947214f34c8efb09 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Fri, 5 Aug 2011 21:18:25 +0000 Subject: [PATCH] [gh-197] Merging from testing into staging git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@925 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/modules/unl/unl_migration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php index 238c774e6..76953e6a2 100644 --- a/sites/all/modules/unl/unl_migration.php +++ b/sites/all/modules/unl/unl_migration.php @@ -183,7 +183,7 @@ class Unl_Migration_Tool // Add trailing slash if necessary $baseUrl = trim($baseUrl); if (substr($baseUrl, -1) != '/') { - //$baseUrl .= '/'; + $baseUrl .= '/'; } $this->_frontierPath = $frontierPath; -- GitLab