Browse Source

Fixing is_already_installed_system() function adding global value

Julio Montoya 15 years ago
parent
commit
97aa89cb15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/install/install.lib.php

+ 1 - 1
main/install/install.lib.php

@@ -37,7 +37,7 @@ define('SYSTEM_CONFIG_FILENAME', 'configuration.dist.php');
  * @author Ivan Tcholakov, 2010;
  */
 function is_already_installed_system() {
-	global $new_version;
+	global $new_version, $_configuration; 
 
 	if (empty($new_version)) {
 		return true; // Must be initialized.