Don't need to convert moderator to string anymore

This commit is contained in:
Jacob Mason 2010-08-10 18:42:18 -05:00
parent 1068ece635
commit 8c83ca35c9

View File

@ -395,7 +395,7 @@ class WebSupport(object):
rv.update({
'voting': True,
'username': username,
'moderator': str(moderator).lower(),
'moderator': moderator,
})
return '\n'.join([
'<script type="text/javascript">',