Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/classes/Controllers/Database/Structure/RealRowCountController.php')
-rw-r--r--libraries/classes/Controllers/Database/Structure/RealRowCountController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/classes/Controllers/Database/Structure/RealRowCountController.php b/libraries/classes/Controllers/Database/Structure/RealRowCountController.php
index fa25360ac1..7800ccd991 100644
--- a/libraries/classes/Controllers/Database/Structure/RealRowCountController.php
+++ b/libraries/classes/Controllers/Database/Structure/RealRowCountController.php
@@ -46,7 +46,7 @@ final class RealRowCountController extends AbstractController
return;
}
- [$tables] = Util::getDbInfo($GLOBALS['db']);
+ [$tables] = Util::getDbInfo($request, $GLOBALS['db']);
// If there is a request to update all table's row count.
if (! isset($parameters['real_row_count_all'])) {