diff --git a/core/model/Versioned.php b/core/model/Versioned.php index d868a415213..031963bb535 100755 --- a/core/model/Versioned.php +++ b/core/model/Versioned.php @@ -62,7 +62,7 @@ class Versioned extends DataObjectDecorator { * @var array $indexes_for_versions_table */ static $indexes_for_versions_table = array( - 'RecordID_Version' => '(RecordID, Version)', + 'RecordID_Version' => '(RecordID,Version)', 'RecordID' => true, 'Version' => true, 'AuthorID' => true,