From 5b57d3984a76ff9719edef0fe335e9c3b267f983 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 25 Feb 2021 10:44:50 +0100 Subject: [PATCH] Request license information for purchased package search Resolves #3910 --- .../install/files/lib/data/package/PackageAction.class.php | 2 +- wcfsetup/install/lang/de.xml | 6 +++--- wcfsetup/install/lang/en.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wcfsetup/install/files/lib/data/package/PackageAction.class.php b/wcfsetup/install/files/lib/data/package/PackageAction.class.php index 8b994ccc67..bcd9dbc3d4 100644 --- a/wcfsetup/install/files/lib/data/package/PackageAction.class.php +++ b/wcfsetup/install/files/lib/data/package/PackageAction.class.php @@ -65,7 +65,7 @@ class PackageAction extends AbstractDatabaseObjectAction if (empty($this->parameters['username'])) { $conditions = new PreparedStatementConditionBuilder(); - $conditions->add("serverURL REGEXP ?", ['^https?://store\.woltlab\.com/']); + $conditions->add("serverURL REGEXP ?", ['^https?://update\.woltlab\.com/']); $conditions->add("loginUsername <> ''"); $conditions->add("loginPassword <> ''"); diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 7d42b805e8..655a61f665 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -2097,10 +2097,10 @@ Die Datenbestände werden sorgfältig gepflegt, aber es ist nicht ausgeschlossen
{if LANGUAGE_USE_INFORMAL_VARIANT}Deine{else}Ihre{/if} PHP-Version wurde ohne Unterstützung für OpenSSL kompiliert und kann daher keine sicheren Verbindungen aufbauen, bitte {if LANGUAGE_USE_INFORMAL_VARIANT}wende dich an deinen{else}wenden Sie sich an Ihren{/if} Anbieter oder System-Administrator, um diesen Umstand zu korrigieren.]]>
- + - - + + diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 3ee552c923..64117afdfe 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2026,10 +2026,10 @@ If you have already bought the licenses for the listed apps, th
Your PHP version has been compiled without OpenSSL support, it is required to establish secure connections, please contact your hosting company or system-administrator to resolve this shortcoming.]]>
- + - - + + -- 2.20.1