From: Marcel Werk Date: Tue, 26 Jun 2012 13:09:26 +0000 (+0200) Subject: Fixed small issue X-Git-Tag: 2.0.0_Beta_1~1050 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e887ed678701a7bb7df3941c3138c62edb527b56;p=GitHub%2FWoltLab%2FWCF.git Fixed small issue --- diff --git a/wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php b/wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php index 973b7d4fcb..c9aa50680c 100644 --- a/wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php +++ b/wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php @@ -233,7 +233,7 @@ class PostgreSQLDatabaseEditor extends DatabaseEditor { $i++; } } - else { + else if ($indexData['type'] != 'FULLTEXT') { $indexName = $tableName.'_'.$indexName.'_key'; }