Changeset 1093

Show
Ignore:
Timestamp:
09/07/06 04:45:11 (5 years ago)
Author:
benoitg
Message:

* Fix silly cosmetic bug in last commit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/User.php

    r1092 r1093  
    264264            $html .= _("Guest"); 
    265265        } 
    266         $html .= $this->getUserName(); 
     266        else { 
     267                $html .= $this->getUserName(); 
     268        } 
    267269        return $html; 
    268270    }