Fixed package names in list of excluded packages
authorAlexander Ebert <ebert@woltlab.com>
Fri, 6 Feb 2015 18:48:44 +0000 (19:48 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 6 Feb 2015 18:48:44 +0000 (19:48 +0100)
wcfsetup/install/files/lib/system/package/PackageInstallationScheduler.class.php

index e910c7cae1298e4ed8e438c668715c53a6e659d1..ea83e486ab68462b8fabf84d1305c5c027654e29 100644 (file)
@@ -354,7 +354,7 @@ class PackageInstallationScheduler {
                                                        'action' => $packageInstallations[$key]['action'],
                                                        'conflict' => 'newPackageExcludesExistingPackage',
                                                        'existingPackage' => $row['excludedPackage'],
-                                                       'existingPackageName' => $row['packageName'],
+                                                       'existingPackageName' => WCF::getLanguage()->get($row['packageName']),
                                                        'existingPackageVersion' => $row['packageVersion']
                                                );
                                        }
@@ -399,7 +399,7 @@ class PackageInstallationScheduler {
                                                        'action' => $packageInstallation['action'],
                                                        'conflict' => 'existingPackageExcludesNewPackage',
                                                        'existingPackage' => $row['package'],
-                                                       'existingPackageName' => $row['packageName'],
+                                                       'existingPackageName' => WCF::getLanguage()->get($row['packageName']),
                                                        'existingPackageVersion' => $row['packageVersion']
                                                );
                                        }