diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php
index affb5e79f3eb4c5e94a3dc4a60850b004b04291b..97e93665164c007f269099ca0496a127a6a5d173 100644
--- a/sites/all/modules/unl/unl_migration.php
+++ b/sites/all/modules/unl/unl_migration.php
@@ -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';