Closed (fixed)
Project:
ThemeKey
Version:
7.x-2.1
Component:
Code / API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2012 at 14:04 UTC
Updated:
8 Jun 2012 at 08:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
mkalkbrennerI'll take a closer look at this.
http://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/drupa... conditionally includes language.inc, not locale.inc.
local.inc is included in several places across the core.
Comment #2
mkalkbrennerdrupal_multilingual() seems to be a valid solution.
Comment #3
jadwigo commentedNow that you mention it, it does indeed call language.inc
I was checking through bootstrap and
drupal_language_initialize()seemed like a logical place for locale.incAnyway, I've tested the patch, it applies and the notice is gone - so it works here.
Comment #4
mkalkbrennerThanks for the feedback. ThemeKey 7.x-2.2 will be released now.