Line:83 of modules/localizervariable.module is
'language' => localizer_get_default_language(),
which should be
'language' => localizer_get_language(),
Line:83 of modules/localizervariable.module is
'language' => localizer_get_default_language(),
which should be
'language' => localizer_get_language(),
Comments
Comment #1
Roberto Gerola commentedFixed, thanks
Comment #2
Roberto Gerola commentedThanks
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.