diff --git a/lib/wsm_lang.php b/lib/wsm_lang.php index 841d7dd..0c11d39 100644 --- a/lib/wsm_lang.php +++ b/lib/wsm_lang.php @@ -89,8 +89,8 @@ private static function getConsentModal() $privacy_policy = $domain->getPrivacyPolicyArticle(); $imprint = $domain->getImprintArticle(); } else { - $privacy_policy = rex_article::get(wsm::getConfig("wsm_domain_imprint_id")); - $imprint = rex_article::get(wsm::getConfig("wsm_domain_privacy_policy_id")); + $privacy_policy = rex_article::get(wsm::getConfig("wsm_domain_privacy_policy_id")); + $imprint = rex_article::get(wsm::getConfig("wsm_domain_imprint_id")); } $consentModal["footer"] = ''.$privacy_policy->getName().' '.$imprint->getName().'';