Skip to content
Snippets Groups Projects
Commit 91d6b144 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1272840 follow-up by Dave Reid: Fixed broken upgrade path for language...

Issue #1272840 follow-up by Dave Reid: Fixed broken upgrade path for language domains and validation.
parent 655a58bf
No related branches found
No related tags found
No related merge requests found
......@@ -290,6 +290,8 @@ function locale_update_8001() {
* Converts language domains to new format.
*/
function locale_update_8002() {
include_once DRUPAL_ROOT . '/core/includes/locale.inc';
$message = '';
$domains = locale_language_negotiation_url_domains();
// $used_domains keeps track of the domain names in use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment