d6lts / drupal

Fork of Drupal core for Drupal 6 LTS support.
https://www.drupal.org
GNU General Public License v2.0
130 stars 45 forks source link

Prevent notice in theme_username() #49

Closed jorrit closed 3 years ago

jorrit commented 5 years ago

Prevents Undefined property: stdClass::$name in .../includes/theme.inc on line 1694

This may occur when the $object parameter is the anonymous user, which lacks the name property.

jorrit commented 3 years ago

Thank @rmuit, the change has been applied.

dsnopek commented 3 years ago

Thanks!