* finish task #6043.
This commit is contained in:
@@ -40,6 +40,9 @@ class translate extends control
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
/* Compare language when version is changed. */
|
||||
$this->translate->compare();
|
||||
|
||||
$itemCount = $this->translate->getLangItemCount();
|
||||
$statistics = $this->translate->getLangStatistics();
|
||||
$finishedLangs = $translatingLangs = array();
|
||||
|
||||
@@ -164,7 +164,6 @@ class upgrade extends control
|
||||
}
|
||||
if(empty($needProcess) or $processed == 'yes')
|
||||
{
|
||||
$this->loadModel('translate')->compare();
|
||||
$this->loadModel('setting')->updateVersion($this->config->version);
|
||||
|
||||
@unlink($this->app->getAppRoot() . 'www/install.php');
|
||||
|
||||
Reference in New Issue
Block a user