summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-12-28 14:12:57 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-12-28 14:12:57 +0100
commitaec79b0c0ec7a6520a99261ed426d7ac621d2d2e (patch)
tree5fc8b631e178617a954fc65bc3471edc4aa217a8 /lib
parent2711863220e452a4132766cbd1836cb453e0616b (diff)
parent222e4a0762b4e2ea8cb5ddb57ac08b273220e631 (diff)
downloadnextcloud-server-aec79b0c0ec7a6520a99261ed426d7ac621d2d2e.tar.gz
nextcloud-server-aec79b0c0ec7a6520a99261ed426d7ac621d2d2e.zip
Merge pull request #13043 from owncloud/check-for-hash
Check for hash
Diffstat (limited to 'lib')
-rw-r--r--lib/private/util.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/util.php b/lib/private/util.php
index 947b6471ea8..53c9fbfd56b 100644
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -582,7 +582,8 @@ class OC_Util {
'gd_info' => 'GD',
'gzencode' => 'zlib',
'iconv' => 'iconv',
- 'simplexml_load_string' => 'SimpleXML'
+ 'simplexml_load_string' => 'SimpleXML',
+ 'hash' => 'HASH Message Digest Framework'
),
'defined' => array(
'PDO::ATTR_DRIVER_NAME' => 'PDO'