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

[gh-191] Merging from testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@910 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 2d970cde
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ function unl_migration_step($migration, &$context)
}
$finished += 0.01;
if ($finished == 1.0) {
if ($finished > 0.99) {
$finished = 0.99;
}
$context['finished'] = $finished;
......
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