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

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
parent 7d41978b
No related branches found
No related tags found
No related merge requests found
......@@ -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) == '/') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment