Fix broken table names caused by doubled table_by_key() calls
The high-level db_*() functions (like db_update(), and also _db_add_field() in upgrade.php) call table_by_key() internally, which also means the unwrangled table name needs to be handed over to them. If handing over an already table_by_key()'d table name, it gets modified again and results in something like prefix_prefix_mailbox.pull/116/head
parent
a27f80c01d
commit
8fb67e6fbf
Loading…
Reference in New Issue