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:
authorJason <jason.daurus@gmail.com>2015-07-03 18:04:19 +0300
committerJason <jason.daurus@gmail.com>2015-07-03 18:04:19 +0300
commitd1e2c58ee460437783604b72b535a778e18f341b (patch)
treea65decd4d3c5f93127bb1190d6ea07dc11a4b649 /tbl_indexes.php
parent3a6f70cd2389163cc19f9d2bd42d42cea6d8a74c (diff)
Test & fix TableGisVisualizationController
Also fix typos in controllers. Signed-off-by: Jason <jason.daurus@gmail.com>
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index e20d02847b..1111408024 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -6,7 +6,7 @@
* @package PhpMyAdmin
*/
-require_once 'libraries/controllers/table/TableIndexesController.class.php';
+require_once 'libraries/controllers/TableIndexesController.class.php';
use PMA\Controllers\Table\TableIndexesController;