Merge branch 'master' into next
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / package / plugin / BoxPackageInstallationPlugin.class.php
index 4c3313f0d4b05a5520dbd1746dae495f2de0b786..b97712263423ad5714f607ed544846258d92c1a3 100644 (file)
@@ -343,7 +343,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin
                                        
                                        if ($languageID === null) {
                                                $statement->execute([$boxID]);
-                                               if ($statement->fetchColumn()) continue;
+                                               if ($statement->fetchSingleColumn()) continue;
                                        }
                                        
                                        $boxContent = isset($content['content']) ? $content['content'] : '';