Index: trunk/phase3/includes/installer/WebInstaller.php |
— | — | @@ -1584,8 +1584,6 @@ |
1585 | 1585 | $status = new Status(); |
1586 | 1586 | $status->warning( 'config-install-alreadydone' ); |
1587 | 1587 | $this->parent->showStatusBox( $status ); |
1588 | | - $this->endForm(); |
1589 | | - return true; |
1590 | 1588 | } else { |
1591 | 1589 | $this->startForm(); |
1592 | 1590 | $this->addHTML("<ul>"); |
— | — | @@ -1594,10 +1592,9 @@ |
1595 | 1593 | array( $this, 'endStage' ) |
1596 | 1594 | ); |
1597 | 1595 | $this->addHTML("</ul>"); |
1598 | | - $this->endForm(); |
1599 | | - return true; |
1600 | 1596 | } |
1601 | | - |
| 1597 | + $this->endForm(); |
| 1598 | + return true; |
1602 | 1599 | } |
1603 | 1600 | |
1604 | 1601 | public function startStage( $step ) { |