Skip to content

Commit 2c1c8e7

Browse files
author
bnu
committed
Merge branch 'hotfix/1.9.6'
2 parents cac6769 + 03447be commit 2c1c8e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/config.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* Display XE's full version.
3131
*/
32-
define('__XE_VERSION__', '1.9.5');
32+
define('__XE_VERSION__', '1.9.6');
3333
define('__XE_VERSION_ALPHA__', (stripos(__XE_VERSION__, 'alpha') !== false));
3434
define('__XE_VERSION_BETA__', (stripos(__XE_VERSION__, 'beta') !== false));
3535
define('__XE_VERSION_RC__', (stripos(__XE_VERSION__, 'rc') !== false));

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)