Fixes array to string conversion.
authormax-m <maximilian.mader@gmx.de>
Sat, 7 Jul 2012 14:12:11 +0000 (17:12 +0300)
committermax-m <maximilian.mader@gmx.de>
Sat, 7 Jul 2012 14:12:11 +0000 (17:12 +0300)
wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php

index 9c2cf366109235546b9eeb1a8342f21991399032..91249e3afe2ae67f1d8d28b6194b8c21cf716aad 100644 (file)
@@ -45,7 +45,7 @@ class LanguagePackageInstallationPlugin extends AbstractXMLPackageInstallationPl
                                                $languageFiles[$match[1]] = $file['filename'];
                                        }
                                        else {
-                                               throw new SystemException("Can not determine language code of language file '".$file."'");
+                                               throw new SystemException("Can not determine language code of language file '".$file['filename']."'");
                                        }
                                }
                        }