Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Aug 13, 2015
2 parents 2570956 + c1e45a0 commit 477f9bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libraries/export.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,10 @@ function PMA_exportDatabase(

}

if (! $export_plugin->exportDBFooter($db)) {
return;
}

// export metadata related to this db
if (isset($GLOBALS['sql_metadata'])) {
// Types of metadata to export.
Expand All @@ -752,9 +756,6 @@ function PMA_exportDatabase(
}
}

if (! $export_plugin->exportDBFooter($db)) {
return;
}
if ($separate_files == 'database') {
PMA_saveObjectInBuffer('extra');
}
Expand Down

0 comments on commit 477f9bb

Please sign in to comment.