-
Notifications
You must be signed in to change notification settings - Fork 41
Open
backdrop/backdrop
#5089Description
language.install
creates a table named language
that is never used, since Backdrop stores this information in config. Interestingly, this table is dropped during D7 upgrades by language_update_1002
, only to be created anew by language_schema()
!
Git blame says these lines (language_schema()
) are ancient - pre-Backdrop. My guess is that they were overlooked when Backdrop was forked.
avpaderno, quicksketch, laryn and yorkshire-pudding