This method should be public.

This commit is contained in:
Michal Čihař
2010-03-30 13:26:15 +02:00
parent a4ca1638e9
commit a78fc12048

View File

@@ -248,7 +248,7 @@ class PMA_Table
* @return boolean true if it is a merge table
* @access public
*/
public function isMerge($db = null, $table = null)
static public function isMerge($db = null, $table = null)
{
// if called static, with parameters
if (! empty($db) && ! empty($table)) {