load reverse driver when updating database

This commit is contained in:
Robin Appelman 2012-01-08 13:16:11 +01:00
parent 76b193c698
commit a4e14b49b1
1 changed files with 1 additions and 0 deletions

View File

@ -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){