subreddits default language is en

This commit is contained in:
spez
2008-09-18 17:36:11 -07:00
parent 302af955f6
commit 03cb287bca

View File

@@ -96,8 +96,8 @@ class VLang(Validator):
lang = str(lang.split('[')[1].strip(']'))
if lang in g.all_languages:
return lang
return None
#else
return 'en'
class VRequired(Validator):
def __init__(self, param, error, *a, **kw):