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_relation.php
parent3a6f70cd2389163cc19f9d2bd42d42cea6d8a74c (diff)
Test & fix TableGisVisualizationController
Also fix typos in controllers. Signed-off-by: Jason <jason.daurus@gmail.com>
Diffstat (limited to 'tbl_relation.php')
-rw-r--r--tbl_relation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index 103ef61d0a..9fefb5391d 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -17,7 +17,7 @@
/**
* Get the TableRelationController
*/
-require_once 'libraries/controllers/table/TableRelationController.class.php';
+require_once 'libraries/controllers/TableRelationController.class.php';
use PMA\Controllers\Table\TableRelationController;