diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 21:20:41 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 21:20:41 +0000 |
commit | 37d9872a39954ca3ffb16c8381e71e43bf9db1d3 (patch) | |
tree | 6572eb8a8a4226b488c6ee4c545ed84351239d65 /install/ElggInstaller.php | |
parent | 48af91afaadd1617b70c43369c2d680079806da7 (diff) | |
download | elgg-37d9872a39954ca3ffb16c8381e71e43bf9db1d3.tar.gz elgg-37d9872a39954ca3ffb16c8381e71e43bf9db1d3.tar.bz2 |
Fixes #3446 password is not required anymore for installer
git-svn-id: http://code.elgg.org/elgg/trunk@9084 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/ElggInstaller.php')
-rw-r--r-- | install/ElggInstaller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 62d3f6567..6b8b8d747 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -278,7 +278,7 @@ class ElggInstaller { 'dbpassword' => array( 'type' => 'password', 'value' => '', - 'required' => TRUE, + 'required' => FALSE, ), 'dbname' => array( 'type' => 'text', |