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

Set the owner of migrated pages to the user who migrated them.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@121 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 464a7d49
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,7 @@ class Unl_Migration_Tool
}
$node = new StdClass();
$node->uid = $GLOBALS['user']->uid;
$node->type = 'page';
$node->title = $title;
$node->language = 'und';
......
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