* Fix name error of install guide.
This commit is contained in:
@@ -324,7 +324,6 @@ class install extends control
|
||||
$this->lang->install->successLabel = str_replace('IPD', '', $this->lang->install->successLabel);
|
||||
$this->lang->install->successNoticeLabel = str_replace('IPD', '', $this->lang->install->successNoticeLabel);
|
||||
$this->config->version = $editionName . str_replace(array('max', 'biz', 'ipd'), '', $this->config->version);
|
||||
$this->config->version = $this->lang->devopsPrefix . $this->config->version;
|
||||
}
|
||||
|
||||
if($canDelFile and file_exists($upgradeFile)) unlink($upgradeFile);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$(function()
|
||||
{
|
||||
var timerID = setInterval(function()
|
||||
setInterval(function()
|
||||
{
|
||||
$.get(createLink('install', 'ajaxProgress', 'id='+ solutionID)).done(function(response)
|
||||
{
|
||||
@@ -61,7 +61,7 @@ $(function()
|
||||
if(installed)
|
||||
{
|
||||
$('.progress-message').text(notices.installationSuccess);
|
||||
parent.window.location.href = createLink('install', 'step6');
|
||||
window.location.href = createLink('install', 'step6');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user