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

[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
parent 888c05f9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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