diff --git a/sites/all/modules/unl_migration/unl_migration.php b/sites/all/modules/unl_migration/unl_migration.php index b68dc4dc987b4a14dfbd534fedb90d30a592b1bb..169d0f901b2f134607f155fb2e5e0881d6d7ba41 100755 --- a/sites/all/modules/unl_migration/unl_migration.php +++ b/sites/all/modules/unl_migration/unl_migration.php @@ -1029,6 +1029,7 @@ class Unl_Migration_Tool if ( count($pathParts) >= 2 && $pathParts[0] == 'web' && !(in_array($urlParts['host'], array_keys($this->_liferaySubsites)) && in_array($pathParts[1], $this->_liferaySubsites[$urlParts['host']])) + && substr(parse_url($this->_baseUrl, PHP_URL_PATH), 0, 5) != '/web/' ) { // If the site name is "special" look it up in the map. Otherwise, just add .unl.edu