1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/9949] Unit tests for user::lang()
  [ticket/9949] $user->lang() uses last int-value to get the key not first
This commit is contained in:
Andreas Fischer
2011-02-07 16:32:25 +01:00
2 changed files with 59 additions and 0 deletions

View File

@@ -1997,6 +1997,7 @@ class user extends session
$key_found = $num;
}
break;
}
}