]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #8190 from MrPetovan/task/profile-tidings
[friendica.git] / boot.php
index 4e1249e197ce14bfb2d2f6bc58c3a43ea9ecafdc..2bcbb4ebdd8eb745e8b3c3f622787a8750247831 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -355,7 +355,7 @@ function feed_birthday($uid, $tz)
                $tz = 'UTC';
        }
 
-       $profile = DBA::selectFirst('profile', ['dob'], ['is-default' => true, 'uid' => $uid]);
+       $profile = DBA::selectFirst('profile', ['dob'], ['uid' => $uid]);
        if (DBA::isResult($profile)) {
                $tmp_dob = substr($profile['dob'], 5);
                if (intval($tmp_dob)) {