Skip to content
Snippets Groups Projects
Commit 1ca0509c authored by Tim Steiner's avatar Tim Steiner
Browse files

[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
parent d23edfe1
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,11 @@ class Unl_Migration_Tool ...@@ -187,6 +187,11 @@ class Unl_Migration_Tool
$baseUrl .= '/'; $baseUrl .= '/';
} }
$frontierPath = trim ($frontierPath);
if ($frontierPath && substr($frontierPath, -1) != '/') {
$frontierPath .= '/';
}
$this->_frontierPath = $frontierPath; $this->_frontierPath = $frontierPath;
$this->_frontierUser = $frontierUser; $this->_frontierUser = $frontierUser;
$this->_frontierPass = $frontierPass; $this->_frontierPass = $frontierPass;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment