From 713c2fb7a7afc1675a832b91bc4dbdffb60bddb8 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 14 Oct 2018 14:18:39 +0200 Subject: [PATCH] Fix `showOrder` handling of user profile menu PIP GUI See #2545 --- .../plugin/UserProfileMenuPackageInstallationPlugin.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php index c6203cfa18..a51ab44af0 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php @@ -199,9 +199,6 @@ class UserProfileMenuPackageInstallationPlugin extends AbstractXMLPackageInstall if ($showOrder) { $data['showOrder'] = intval($showOrder->nodeValue); } - else { - $data['showOrder'] = null; - } return $data; } -- 2.20.1