Skip to content

Commit

Permalink
Fix merge.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <[email protected]>
  • Loading branch information
Tithugues committed Oct 6, 2015
1 parent f34e84d commit d1c6257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ static function isValidName($table_name)
*/
function rename($new_name, $new_db = null)
{
$lowerCaseTableNames = PMA_Util::cacheGet(
$lowerCaseTableNames = Util::cacheGet(
'lower_case_table_names',
function () {
return $GLOBALS['dbi']->fetchValue(
Expand Down

0 comments on commit d1c6257

Please sign in to comment.