diff --git a/libraries/Table.php b/libraries/Table.php index 9a19c5df4e..9d050be638 100644 --- a/libraries/Table.php +++ b/libraries/Table.php @@ -351,7 +351,7 @@ class Table * @return string Return blank if collation is empty else return the collation info from table info. */ public function getCollation() { - $table_collation = $this->getStatusInfo('COLLATION', false, true); + $table_collation = $this->getStatusInfo('TABLE_COLLATION', false, true); if ($table_collation === false) { return ''; }