mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
load reverse driver when updating database
This commit is contained in:
parent
76b193c698
commit
a4e14b49b1
1 changed files with 1 additions and 0 deletions
|
|
@ -389,6 +389,7 @@ class OC_DB {
|
|||
// We need a mdb2 database connection
|
||||
self::connectMDB2();
|
||||
self::$MDB2->loadModule('Manager');
|
||||
self::$MDB2->loadModule('Reverse');
|
||||
|
||||
// Connect if this did not happen before
|
||||
if(!self::$schema){
|
||||
|
|
|
|||
Loading…
Reference in a new issue