diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-01-06 19:15:29 +0100 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-01-06 19:15:29 +0100 |
commit | 0d81014fa6505538b314526296511499b7e7a429 (patch) | |
tree | e953d174223a5a9418949c94e6901c12c33a03d0 /lib | |
parent | d485a70e7df602e85506ad94103df00f8bb3f765 (diff) | |
parent | 47a275f3897bef9bb766f5b19c017f5072afef78 (diff) | |
download | nextcloud-server-0d81014fa6505538b314526296511499b7e7a429.tar.gz nextcloud-server-0d81014fa6505538b314526296511499b7e7a429.zip |
Merge branch 'master' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'lib')
-rw-r--r-- | lib/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php index bcfe320665f..c7085a975ef 100644 --- a/lib/db.php +++ b/lib/db.php @@ -279,7 +279,7 @@ class OC_DB { 'output' => $file, 'end_of_line' => "\n" ); - self::$schema->dumpDatabase( $definition, $dump_options, MDB2_SCHEMA_DUMP_STRUCTURE ); + self::$schema->dumpDatabase( $definition, $dump_options, $mode ); return true; } |