summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-30 22:36:48 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:28 +0200
commitdbdd754c3fc37dc3100a9741f956d913e6d64576 (patch)
tree9aa55408b331d219a72cd53e2947ef8f06db85ce /lib/base.php
parent00338f9dca97fd7b48d96201fd607cf460c385ff (diff)
downloadnextcloud-server-dbdd754c3fc37dc3100a9741f956d913e6d64576.tar.gz
nextcloud-server-dbdd754c3fc37dc3100a9741f956d913e6d64576.zip
Further cleanup of files_encryption
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/base.php b/lib/base.php
index 5d1e16296c0..44395be627d 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -743,9 +743,6 @@ class OC {
);
\OCP\Util::connectHook('OCP\Share', 'post_shared', $updater, 'postShared');
\OCP\Util::connectHook('OCP\Share', 'post_unshare', $updater, 'postUnshared');
-
- //\OCP\Util::connectHook('OC_Filesystem', 'post_umount', 'OCA\Files_Encryption\Hooks', 'postUnmount');
- //\OCP\Util::connectHook('OC_Filesystem', 'umount', 'OCA\Files_Encryption\Hooks', 'preUnmount');
}
}