diff options
Diffstat (limited to 'modules/locale/locale.install')
-rw-r--r-- | modules/locale/locale.install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/locale/locale.install b/modules/locale/locale.install index 221241605..3bbb3bbae 100644 --- a/modules/locale/locale.install +++ b/modules/locale/locale.install @@ -335,7 +335,10 @@ function locale_schema() { ), 'primary key' => array('language', 'lid', 'plural'), 'foreign keys' => array( - 'lid' => array('locales_source' => 'lid'), + 'locales_source' => array( + 'table' => 'locales_source', + 'columns' => array('lid' => 'lid'), + ), ), 'indexes' => array( 'lid' => array('lid'), |