fix path to 3rdparty apps

This commit is contained in:
Björn Schießle 2013-05-21 12:33:32 +02:00
parent 4c27c7e199
commit 9d324db054
1 changed files with 2 additions and 1 deletions

View File

@ -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