From 26a361a4f468680cab6f7a74fa314b401f37dd7e Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Tue, 24 Aug 2010 22:37:42 +0000 Subject: [PATCH] Fix setting the front page when using the migration tool. git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@149 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/modules/unl/unl_migration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php index aa1127ea..e9a2f83c 100644 --- a/sites/all/modules/unl/unl_migration.php +++ b/sites/all/modules/unl/unl_migration.php @@ -469,7 +469,7 @@ class Unl_Migration_Tool return $absoluteUrl; } - private function _createPage($title, $content, $alias = '', $lastModified = NULL, $makeFrontPage = FALSE) + private function _createPage($title, $content, $alias = '', $makeFrontPage = FALSE) { if (substr($alias, -1) == '/') { -- GitLab