aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/languages.class.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-06-29 15:08:00 +0000
committermistic100 <mistic@piwigo.org>2012-06-29 15:08:00 +0000
commit9883bd67ef1c12a6c7b981094341268b115a45ce (patch)
tree5161a7512d645cc650cd81a6ec5febd5da2aea88 /admin/include/languages.class.php
parentd4402725e150a3b4721749206bf1196d17d54f52 (diff)
bug 2671: use get_branch_from_version() to find the real branch, however the version looks like
git-svn-id: http://piwigo.org/svn/trunk@16179 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/languages.class.php')
-rw-r--r--admin/include/languages.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/languages.class.php b/admin/include/languages.class.php
index 3698de2bf..7ef3bc6b1 100644
--- a/admin/include/languages.class.php
+++ b/admin/include/languages.class.php
@@ -234,7 +234,7 @@ UPDATE '.USER_INFOS_TABLE.'
{
$version = $pem_versions[0]['name'];
}
- $branch = substr($version, 0, strrpos($version, '.'));
+ $branch = get_branch_from_version($version);
foreach ($pem_versions as $pem_version)
{
if (strpos($pem_version['name'], $branch) === 0)