This method should be public.
This commit is contained in:
@@ -248,7 +248,7 @@ class PMA_Table
|
|||||||
* @return boolean true if it is a merge table
|
* @return boolean true if it is a merge table
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
public function isMerge($db = null, $table = null)
|
static public function isMerge($db = null, $table = null)
|
||||||
{
|
{
|
||||||
// if called static, with parameters
|
// if called static, with parameters
|
||||||
if (! empty($db) && ! empty($table)) {
|
if (! empty($db) && ! empty($table)) {
|
||||||
|
Reference in New Issue
Block a user