Skip to content

Commit

Permalink
Fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 5, 2012
1 parent 4c099cc commit 53cb7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Table.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ function rename($new_name, $new_db = null)
// Renable table in configuration storage
PMA_REL_renameTable(
$old_db, $new_db,
$old_table, $new_table
$old_name, $new_name
);

$this->messages[] = sprintf(
Expand Down

0 comments on commit 53cb7b1

Please sign in to comment.