1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 02:51:35 +02:00

Merge branch 'ticket/nickvergessen/9949' into develop-olympus

* ticket/nickvergessen/9949:
  [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:30:43 +01:00
2 changed files with 59 additions and 0 deletions

View File

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