hi,

is there any probleme switching oxubase::$_aComponentNames from

  'oxcmp_user'       => 1,
  'oxcmp_lang'       => 1,
  ....

to
                                  
  'oxcmp_lang'       => 1,
  'oxcmp_user'       => 1,
   ....

if a method, that`s called via fnc=?, is added to oxcmp_user, the language 
settings oxlang::getBaselanguage is / can be different from being called after 
initializing oxcmp_lang component.

normaly language shoud be setup before any user stuff is done, right?

greats sven
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to