From 4a7386e3be572af91a41e2d85ab012cda6fa11c6 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Thu, 3 Feb 2011 22:11:21 +0000 Subject: [PATCH] [gh-85] Merging from testing into staging git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@481 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/modules/unl/unl_migration.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php index d2050d39..7d2b01ed 100644 --- a/sites/all/modules/unl/unl_migration.php +++ b/sites/all/modules/unl/unl_migration.php @@ -750,6 +750,10 @@ class Unl_Migration_Tool $node->title = $title; $node->language = 'und'; $node->path['alias'] = $alias; + if (module_exists('pathauto')) { + $node->path['pathauto'] = FALSE; + } + $node->path['pathauto'] = FALSE; $node->body = array( 'und' => array( array( -- GitLab