From 511aedaf959e07af6a67c83aa8ec3fdd5b0afa7f Mon Sep 17 00:00:00 2001 From: Jean-Marc Licht Date: Mon, 6 Feb 2012 22:30:46 +0100 Subject: [PATCH] change standalone to isApplication --- .../install/files/lib/system/package/PackageArchive.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageArchive.class.php b/wcfsetup/install/files/lib/system/package/PackageArchive.class.php index f2b705c549..4d35eef6ec 100644 --- a/wcfsetup/install/files/lib/system/package/PackageArchive.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageArchive.class.php @@ -499,8 +499,8 @@ class PackageArchive { $parentPackageIDs = array(); foreach ($duplicates as $package) { - // standalones are always allowed - if ($package['standalone']) { + // application are always allowed + if ($package['isApplication']) { return false; } -- 2.20.1