diff --git a/libraries/Index.class.php b/libraries/Index.class.php index e02950b78..8aa300bbd 100644 --- a/libraries/Index.class.php +++ b/libraries/Index.class.php @@ -528,7 +528,7 @@ class PMA_Index * @param string name of table * @return string Output HTML */ - function findDuplicates($table, $schema) + static public function findDuplicates($table, $schema) { $indexes = PMA_Index::getFromTable($table, $schema); @@ -677,4 +677,4 @@ class PMA_Index_Column ); } } -?> \ No newline at end of file +?>