]> git.mxchange.org Git - friendica.git/commitdiff
Now some more stuff is fixed
authorMichael <heluecht@pirati.ca>
Mon, 14 Aug 2017 21:46:58 +0000 (21:46 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 14 Aug 2017 21:46:58 +0000 (21:46 +0000)
include/identity.php

index 7ce18309bd2b5ef77552567b57ea3556c01f228b..34c0413df0045d2bb572d4a96ebd02a0dd9779cd 100644 (file)
@@ -49,7 +49,7 @@ function profile_load(App $a, $nickname, $profile = 0, $profiledata = array()) {
 
        $pdata = get_profiledata_by_nick($nickname, $user[0]['uid'], $profile);
 
-       if (($pdata === false) || (!count($pdata)) && !count($profiledata)) {
+       if (empty($pdata) && empty($profiledata)) {
                logger('profile error: ' . $a->query_string, LOGGER_DEBUG);
                notice( t('Requested profile is not available.') . EOL );
                $a->error = 404;