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>2014-04-07 23:06:55 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2014-04-07 23:06:55 +0400
commita559543bfb6e49b99c5cdd8f199b499bb3b05ae2 (patch)
tree5ff110f41173c82b32ef501d4c85550bc9d620f5 /index.php
parent507fa83e7f8dea217c71bae73368da8c3336a1da (diff)
Fixed method naming convention
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b106ff3885..78cffd27e0 100644
--- a/index.php
+++ b/index.php
@@ -118,7 +118,7 @@ if ($server > 0) {
echo '<div id="maincontainer">' . "\n";
// Anchor for favorite tables synchronization.
-echo PMA_RecentFavoriteTable::getInstance('favorite')->_getHtmlSyncFavoriteTables();
+echo PMA_RecentFavoriteTable::getInstance('favorite')->getHtmlSyncFavoriteTables();
echo '<div id="main_pane_left">';
if ($server > 0 || count($cfg['Servers']) > 1
) {