diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 1009d075df..611dbc9761 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1305,7 +1305,7 @@ class DFRN return -5; } try { - $data = Crypto::encrypt($postvars['data'], $key); + $data = \Crypto::encrypt($postvars['data'], $key); } catch (\CryptoTestFailedException $ex) { logger('Cannot safely perform encryption'); return -6;