Merge remote-tracking branch 'zyx-i/fix-379' into develop

This commit is contained in:
Kim Silkebækken 2013-04-02 16:50:20 +02:00
commit fd9af0617e
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ def user(pl, segment_info=None):
'''
global username
if username is False:
username = _get_user(pl)
username = _get_user(segment_info)
if username is None:
pl.warn('Failed to get username')
return None