* Supports cross-version upgrade.
This commit is contained in:
@@ -96,14 +96,6 @@ class upgrade extends control
|
||||
$this->config->version = ($this->config->edition == 'biz' ? 'LiteVIP' : 'Lite') . $this->config->liteVersion;
|
||||
}
|
||||
|
||||
if($this->config->edition == 'ipd')
|
||||
{
|
||||
foreach($this->lang->upgrade->fromVersions as $key => $value)
|
||||
{
|
||||
if(strpos($key, 'ipd') === false) unset($this->lang->upgrade->fromVersions[$key]);
|
||||
}
|
||||
}
|
||||
|
||||
if($_POST) return print(js::locate(helper::createLink('upgrade', 'confirm', "fromVersion={$this->post->fromVersion}")));
|
||||
|
||||
$this->view->title = $this->lang->upgrade->common . $this->lang->colon . $this->lang->upgrade->selectVersion;
|
||||
|
||||
Reference in New Issue
Block a user