Fixed method naming convention
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
This commit is contained in:
parent
507fa83e7f
commit
a559543bfb
@ -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
|
||||
) {
|
||||
|
||||
@ -289,7 +289,7 @@ class PMA_RecentFavoriteTable
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function _getHtmlSyncFavoriteTables()
|
||||
public function getHtmlSyncFavoriteTables()
|
||||
{
|
||||
$retval = '';
|
||||
$server_id = $GLOBALS['server'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user