From a559543bfb6e49b99c5cdd8f199b499bb3b05ae2 Mon Sep 17 00:00:00 2001 From: Chanaka Indrajith Date: Tue, 8 Apr 2014 00:36:55 +0530 Subject: Fixed method naming convention Signed-off-by: Chanaka Indrajith --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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 '
' . "\n"; // Anchor for favorite tables synchronization. -echo PMA_RecentFavoriteTable::getInstance('favorite')->_getHtmlSyncFavoriteTables(); +echo PMA_RecentFavoriteTable::getInstance('favorite')->getHtmlSyncFavoriteTables(); echo '
'; if ($server > 0 || count($cfg['Servers']) > 1 ) { -- cgit v1.2.3