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/RoutinesController.php')
-rw-r--r--libraries/classes/Controllers/Database/RoutinesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/classes/Controllers/Database/RoutinesController.php b/libraries/classes/Controllers/Database/RoutinesController.php
index b75b6ace84..e827e5a6f1 100644
--- a/libraries/classes/Controllers/Database/RoutinesController.php
+++ b/libraries/classes/Controllers/Database/RoutinesController.php
@@ -113,7 +113,7 @@ class RoutinesController extends AbstractController
$type = null;
}
- $items = $this->dbi->getRoutines($GLOBALS['db'], $type);
+ $items = Routines::getDetails($this->dbi, $GLOBALS['db'], $type);
$isAjax = $this->response->isAjax() && empty($_REQUEST['ajax_page_request']);
$rows = '';