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

[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
parent 23fc2390
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment