mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
There is now only one central parameter for the global directory.
This commit is contained in:
parent
6b744aa71c
commit
5ac38b7f99
19 changed files with 92 additions and 99 deletions
|
@ -33,7 +33,7 @@ function create_user($arr) {
|
|||
$verified = ((x($arr,'verified')) ? intval($arr['verified']) : 0);
|
||||
|
||||
$publish = ((x($arr,'profile_publish_reg') && intval($arr['profile_publish_reg'])) ? 1 : 0);
|
||||
$netpublish = ((strlen(get_config('system','directory_submit_url'))) ? $publish : 0);
|
||||
$netpublish = ((strlen(get_config('system','directory'))) ? $publish : 0);
|
||||
|
||||
if ($password1 != $confirm) {
|
||||
$result['message'] .= t('Passwords do not match. Password unchanged.') . EOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue