diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-04-18 12:16:47 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-04-18 12:16:56 +0200 |
commit | 67ba9b320ee37c3a89614f3241550c3a0176202a (patch) | |
tree | 9c6724d545560aa981734d0db0e6f5a802a6adc2 /lib/base.php | |
parent | 761a5178887032369252d7ffacad843cb3585b46 (diff) | |
download | nextcloud-server-67ba9b320ee37c3a89614f3241550c3a0176202a.tar.gz nextcloud-server-67ba9b320ee37c3a89614f3241550c3a0176202a.zip |
seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 352474e1e83..15f849ce476 100644 --- a/lib/base.php +++ b/lib/base.php @@ -80,7 +80,6 @@ require_once('appconfig.php'); require_once('files.php'); require_once('filesystem.php'); require_once('filestorage.php'); -require_once('fileobserver.php'); require_once('log.php'); require_once('user.php'); require_once('group.php'); |