Improved profile page, improved "limit" handling (#5639)

* Improved profile page, improved "limit" handling

* Update will now work again

* Update will work now
This commit is contained in:
Michael Vogel 2018-08-20 06:26:05 +02:00 committed by Tobias Diekershoff
commit 16a081871c
6 changed files with 34 additions and 55 deletions

View file

@ -80,7 +80,7 @@ function redir_init(App $a) {
}
// Doing remote auth with dfrn.
if (local_user()&& (!empty($contact['dfrn-id']) || !empty($contact['issued-id']))) {
if (local_user() && (!empty($contact['dfrn-id']) || !empty($contact['issued-id']))) {
$dfrn_id = $orig_id = (($contact['issued-id']) ? $contact['issued-id'] : $contact['dfrn-id']);
if ($contact['duplex'] && $contact['issued-id']) {