From: Michael Date: Sun, 15 Aug 2021 22:09:32 +0000 (+0000) Subject: Trim whitespace X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=69c816eb17cab27daa50779a1818f70e88caac4a;p=friendica.git Trim whitespace --- diff --git a/src/Model/Subscription.php b/src/Model/Subscription.php index e83bb919c1..71d26248f3 100644 --- a/src/Model/Subscription.php +++ b/src/Model/Subscription.php @@ -109,7 +109,7 @@ class Subscription { $keypair = DI::config()->get('system', 'ec_keypair'); if (empty($keypair['publicKey']) || empty($keypair['privateKey'])) { - $keypair = VAPID::createVapidKeys(); + $keypair = VAPID::createVapidKeys(); DI::config()->set('system', 'ec_keypair', $keypair); } return $keypair;