Use parameter

This commit is contained in:
Tom Needham 2012-01-06 18:04:24 +00:00
parent f9db4249a3
commit 47a275f389
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}