removed not set author and maintainer, as it gives an notice in check_install

This commit is contained in:
Ralf Becker 2010-09-29 08:41:53 +00:00
parent 79db13ec5e
commit c4a31bae82

View File

@ -40,7 +40,5 @@ $setup_info['password']['app_order'] = 1;
$setup_info['password']['tables'] = array();
$setup_info['password']['enable'] = 2;
$setup_info['password']['index'] = '/preferences/password.php';
$setup_info['password']['author'] = $setup_info['preferences']['author'];
$setup_info['password']['maintainer']= $setup_info['preferences']['maintainer'];
$setup_info['password']['license'] = $setup_info['preferences']['license'];
$setup_info['password']['depends'] = $setup_info['preferences']['depends'];