diff --git a/views/profile/show.php b/views/profile/show.php index 81bdb54d4..32c3c3890 100644 --- a/views/profile/show.php +++ b/views/profile/show.php @@ -47,7 +47,14 @@
  • - user->created_at) ?> + + user->created_at); + } else { + echo "Joined on ".date('Y-m-d G:i:s', $profile->user->created_at); + } + ?>
  • bio)): ?>