Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2012-01-08 16:16:11 +0400
committerRobin Appelman <icewind1991@gmail.com>2012-01-08 16:16:11 +0400
commita4e14b49b14b2215037806ded362b2ded0e61465 (patch)
treef8a108c01c431db5ba78e9cf891130d1c668b128 /lib
parent76b193c69818187b5d52fdcd3d07873c343aa5d9 (diff)
load reverse driver when updating database
Diffstat (limited to 'lib')
-rw-r--r--lib/db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/db.php b/lib/db.php
index 58a478ba0c0..b901cc8b513 100644
--- a/lib/db.php
+++ b/lib/db.php
@@ -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){