Skip to content

Commit

Permalink
Merge branch 'hotfix/1.9.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Mar 7, 2018
2 parents cac6769 + 03447be commit 2c1c8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Display XE's full version.
*/
define('__XE_VERSION__', '1.9.5');
define('__XE_VERSION__', '1.9.6');
define('__XE_VERSION_ALPHA__', (stripos(__XE_VERSION__, 'alpha') !== false));
define('__XE_VERSION_BETA__', (stripos(__XE_VERSION__, 'beta') !== false));
define('__XE_VERSION_RC__', (stripos(__XE_VERSION__, 'rc') !== false));
Expand Down
2 changes: 1 addition & 1 deletion modules/editor/editor.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function moduleUpdate()
}
if(!$oDB->isIndexExists("editor_autosave","idx_certify_key"))
{
$oDB->addIndex("editor_autosave", "certify_key");
$oDB->addIndex("editor_autosave","idx_certify_key", "certify_key");
}

$oModuleController->insertUpdatedLog($version_update_id);
Expand Down

0 comments on commit 2c1c8e7

Please sign in to comment.