X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=2bcbb4ebdd8eb745e8b3c3f622787a8750247831;hb=a3028e69aa98bc0197285116fb6cebeb89cd23de;hp=4e1249e197ce14bfb2d2f6bc58c3a43ea9ecafdc;hpb=04d620fc2f567d32b50f5d5b0974acafeb072177;p=friendica.git diff --git a/boot.php b/boot.php index 4e1249e197..2bcbb4ebdd 100644 --- 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)) {