From: Björn Schießle Date: Tue, 21 May 2013 10:33:32 +0000 (+0200) Subject: fix path to 3rdparty apps X-Git-Tag: v6.0.0alpha2~743^2~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9d324db05481620fd9a6883c1315e0b31fc21c45;p=nextcloud-server.git fix path to 3rdparty apps --- diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php index 8ff9fc5ff5b..1a5c9300a27 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -25,7 +25,8 @@ namespace OCA\Encryption; -require_once '../3rdparty/Crypt_Blowfish/Blowfish.php'; +//require_once '../3rdparty/Crypt_Blowfish/Blowfish.php'; +require_once realpath(dirname(__FILE__) . '/../3rdparty/Crypt_Blowfish/Blowfish.php'); /** * Class for common cryptography functionality