Skip to content
Snippets Groups Projects
Commit a4e14b49 authored by Robin Appelman's avatar Robin Appelman
Browse files

load reverse driver when updating database

parent 76b193c6
Branches
No related tags found
No related merge requests found
......@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment