Fix calculation of setup progress
authorMatthias Schmidt <gravatronics@live.com>
Sat, 5 Aug 2017 08:25:23 +0000 (10:25 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 5 Aug 2017 08:25:23 +0000 (10:25 +0200)
See #2322

wcfsetup/install/files/lib/system/WCFSetup.class.php

index 12831378ec049cab40284fc130fd72ce41df7645..97a5815d4d583c06d85a5ee8933e0898d7e2b736 100644 (file)
@@ -278,22 +278,22 @@ class WCFSetup extends WCF {
                        break;
                        
                        case 'logFiles':
-                               $this->calcProgress(14);
+                               $this->calcProgress(21);
                                $this->logFiles();
                        break;
                        
                        case 'installLanguage':
-                               $this->calcProgress(15);
+                               $this->calcProgress(22);
                                $this->installLanguage();
                        break;
                        
                        case 'createUser':
-                               $this->calcProgress(16);
+                               $this->calcProgress(23);
                                $this->createUser();
                        break;
                        
                        case 'installPackages':
-                               $this->calcProgress(17);
+                               $this->calcProgress(24);
                                $this->installPackages();
                        break;
                }