Skip to content

Commit 1e8fbef

Browse files
author
bnu
committed
version 1.9.6
1 parent cac6769 commit 1e8fbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/editor/editor.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function moduleUpdate()
122122
}
123123
if(!$oDB->isIndexExists("editor_autosave","idx_certify_key"))
124124
{
125-
$oDB->addIndex("editor_autosave", "certify_key");
125+
$oDB->addIndex("editor_autosave","idx_certify_key", "certify_key");
126126
}
127127

128128
$oModuleController->insertUpdatedLog($version_update_id);

0 commit comments

Comments
 (0)