aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-05-14 21:20:41 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-05-14 21:20:41 +0000
commit37d9872a39954ca3ffb16c8381e71e43bf9db1d3 (patch)
tree6572eb8a8a4226b488c6ee4c545ed84351239d65 /install
parent48af91afaadd1617b70c43369c2d680079806da7 (diff)
downloadelgg-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')
-rw-r--r--install/ElggInstaller.php2
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',