Skip to content

Commit

Permalink
Fixed issue #05825: Endless loop at installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sachdeva-shubham committed Feb 16, 2012
1 parent 28149c0 commit 5c1d519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/InstallerController.php
Expand Up @@ -311,7 +311,7 @@ private function stepDatabaseConfiguration()
Yii::app()->session['optconfig_message'] = sprintf('<b>%s</b>', $clang->gT('The database you specified is up to date.'));
Yii::app()->session['step3'] = true;

//wrte config file! as we no longer redirect to optional view.
//wrte config file! as we no longer redirect to optional view
$this->_writeConfigFile();

//$this->redirect($this->createUrl("installer/loadOptView"));
Expand Down

0 comments on commit 5c1d519

Please sign in to comment.