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 'view_operations.php')
-rw-r--r--view_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view_operations.php b/view_operations.php
index 3dafd94d05..45a74b7ebf 100644
--- a/view_operations.php
+++ b/view_operations.php
@@ -15,7 +15,7 @@ $pma_table = new PMA_Table($GLOBALS['table'], $GLOBALS['db']);
/**
* Runs common work
*/
-require './libraries/tbl_common.php';
+require './libraries/tbl_common.inc.php';
$url_query .= '&goto=view_operations.php&back=view_operations.php';
$url_params['goto'] = $url_params['back'] = 'view_operations.php';