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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-06-28 04:30:58 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-06-28 04:30:58 +0400
commit74de5e3fd3af4c998d6ae929304a3e8fd8f9eb32 (patch)
treecc2cc257b5094a8e6fe72ccf07397267c592250e /navigation.php
parente1ca3a592c80ce6ccb5eac3af3f5acc9f2d8e204 (diff)
common.lib.php file renamed to CommonFunctions.class.php
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/navigation.php b/navigation.php
index c418fd5607..c74184c502 100644
--- a/navigation.php
+++ b/navigation.php
@@ -22,7 +22,7 @@ function PMA_exitNavigationFrame()
exit;
}
-require_once 'libraries/common.lib.php';
+require_once 'libraries/CommonFunctions.class.php';
require_once 'libraries/RecentTable.class.php';
$common_functions = PMA_CommonFunctions::getInstance();