summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorj-ed <juergen@eisfair.org>2013-03-02 12:24:12 +0100
committerj-ed <juergen@eisfair.org>2013-03-02 12:24:12 +0100
commit4c03c3a31d3abb3682d8cd9d37c0b34b572699a0 (patch)
tree1230a56701197f982bfe62b9885fe66695a0a3a2 /apps/files_trashbin
parent5352f1e65b210eef8d701a3c4deff378c355f500 (diff)
downloadnextcloud-server-4c03c3a31d3abb3682d8cd9d37c0b34b572699a0.tar.gz
nextcloud-server-4c03c3a31d3abb3682d8cd9d37c0b34b572699a0.zip
Update app.php
suppress log messages like `include path for class \"OCA\\Files_Trashbin\\Hooks\" starts with \"apps\/\"`.
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/appinfo/app.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php
index 7c04e583db1..a6a99db034c 100644
--- a/apps/files_trashbin/appinfo/app.php
+++ b/apps/files_trashbin/appinfo/app.php
@@ -1,7 +1,7 @@
<?php
-OC::$CLASSPATH['OCA\Files_Trashbin\Hooks'] = 'apps/files_trashbin/lib/hooks.php';
-OC::$CLASSPATH['OCA\Files_Trashbin\Trashbin'] = 'apps/files_trashbin/lib/trash.php';
+OC::$CLASSPATH['OCA\Files_Trashbin\Hooks'] = 'files_trashbin/lib/hooks.php';
+OC::$CLASSPATH['OCA\Files_Trashbin\Trashbin'] = 'files_trashbin/lib/trash.php';
OCP\Util::connectHook('OC_Filesystem', 'delete', "OCA\Files_Trashbin\Hooks", "remove_hook");