summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-09-05 23:28:59 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2012-09-05 23:28:59 +0200
commitebb28412ca47889019aa4c0f278fe3b9097996f8 (patch)
treecdb3f96d96d2076b2f7f1c32ad0d382f72ee3742 /apps/files_encryption
parentdaf41885e5481b80b15b4b2987f071608b7ad235 (diff)
downloadnextcloud-server-ebb28412ca47889019aa4c0f278fe3b9097996f8.tar.gz
nextcloud-server-ebb28412ca47889019aa4c0f278fe3b9097996f8.zip
no more require_once()
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/lib/crypt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php
index 0770bca018d..ebc09e78961 100644
--- a/apps/files_encryption/lib/crypt.php
+++ b/apps/files_encryption/lib/crypt.php
@@ -31,7 +31,7 @@
// - IMPORTANT! Check if the block lenght of the encrypted data stays the same
-require_once('Crypt_Blowfish/Blowfish.php');
+require_once 'Crypt_Blowfish/Blowfish.php';
/**
* This class is for crypting and decrypting