Ignore:
Timestamp:
Mar 3, 2023, 11:36:26 PM (15 months ago)
Author:
chronos
Message:
  • Fixed: User profile and options in case of incorrectly set null user info.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r888 r892  
    204204      $this->Email = $User['Email'];
    205205      $this->Info = $User['Info'];
     206      if ($this->Info == null) $this->Info = '';
    206207      $this->PreferredVersion = $User['PreferredVersion'];
    207208      $this->PreferredVersionGame = $User['PreferredVersionGame'];
Note: See TracChangeset for help on using the changeset viewer.