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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-09-05 01:33:42 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-05 01:33:42 +0300
commit178a6edd3825c9c60197512a22033242f9deaa15 (patch)
tree10da0ae3d341090c822d2dc2e16ba08a4549ab7a /tbl_replace.php
parent76312727c8ec0be6d276dd6d377023cb4d255e43 (diff)
Add namespace on part of plugins classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index 67779985bf..17b682db4a 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -11,6 +11,7 @@
*
* @package PhpMyAdmin
*/
+use PMA\libraries\plugins\IOTransformationsPlugin;
use PMA\libraries\Table;
/**