Uncomment error notification in installer when already installed

1.10.x
Yannick Warnier 11 years ago
parent cc7bce6918
commit ee0de19f68
  1. 4
      main/install/index.php

@ -122,8 +122,8 @@ if (isAlreadyInstalledSystem()) {
// The system has already been installed, so block re-installation.
$global_error_code = 6;
// @todo uncomment this.
/*require '../inc/global_error_message.inc.php';
die();*/
require '../inc/global_error_message.inc.php';
die();
}
/* STEP 1 : INITIALIZES FORM VARIABLES IF IT IS THE FIRST VISIT */

Loading…
Cancel
Save