Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
amarin15 committed Jul 5, 2012
1 parent 4c72450 commit 9d21db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/Table.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ static public function moveCopy($source_db, $source_table, $target_db,

// do not create the table if dataonly
if ($what != 'dataonly') {
require_once "libraries/plugin_interface.lib.php";
// get Export SQL instance
$export_sql_plugin = PMA_getPlugin(
"export",
Expand Down

0 comments on commit 9d21db7

Please sign in to comment.