Why when I set current languages:

T.set_current_languages('en','en-en')

do I get this ticket when I try to go to appadmin/index?

Traceback (most recent call last):
  File "N:\web2py\gluon\restricted.py", line 192, in restricted
    exec ccode in environment
  File "N:/web2py/applications/YAKiToMe/views/appadmin.html", line
339, in <module>
  File "N:\web2py\gluon\languages.py", line 217, in
get_possible_languages
    possible_languages.append(file_ending.sub('',langfile))
AttributeError: 'tuple' object has no attribute 'append'

Reply via email to