Search found 1 match

by javer
17 Mar 2010, 09:06
Forum: Help
Topic: user_pref_get_language()
Replies: 17
Views: 47865

Re: user_pref_get_language()

Hi,

I also had this problem ...

if looking for quick solution:

1) change "core/relationship_api.php"
- change 'var' to 'public' in class 'BugRelationshipData'

2) find all lines with 'user_pref_get_language' - "core/lang_api.php"
and add second parameter value 'ALL_PROJECTS' if not exist ...