diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php
index 6a87ea202c0d539c366cb60586d12a5805b36016..29954181c172ced86a13c3d723a7becdec6535c6 100644
--- a/sites/all/modules/unl/unl_migration.php
+++ b/sites/all/modules/unl/unl_migration.php
@@ -621,6 +621,7 @@ class Unl_Migration_Tool
         
         if ($makeFrontPage) {
             variable_set('site_frontpage', 'node/' . $node->nid);
+            variable_set('site_name', $title);
         }
         
         $this->_log('Created page "' . $title . '" with node id ' . $node->nid . ' at ' . $alias . '.');