aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo/app.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-02-07 13:14:45 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-02-07 13:14:45 +0100
commit7e874af2c89b5d3c07dae45614693dade74b190e (patch)
treea3204eb9866712232c49a54341658c2df374240b /apps/files_trashbin/appinfo/app.php
parentc81d7b0b903b15e57676ea249ee90707c1d7a3f6 (diff)
downloadnextcloud-server-7e874af2c89b5d3c07dae45614693dade74b190e.tar.gz
nextcloud-server-7e874af2c89b5d3c07dae45614693dade74b190e.zip
rename OCA_Trash to OCA\Files_Trashbin
Diffstat (limited to 'apps/files_trashbin/appinfo/app.php')
-rw-r--r--apps/files_trashbin/appinfo/app.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php
index 3741d42c781..b1a15cd13d1 100644
--- a/apps/files_trashbin/appinfo/app.php
+++ b/apps/files_trashbin/appinfo/app.php
@@ -1,7 +1,7 @@
<?php
-OC::$CLASSPATH['OCA_Trash\Hooks'] = 'apps/files_trashbin/lib/hooks.php';
-OC::$CLASSPATH['OCA_Trash\Trashbin'] = 'apps/files_trashbin/lib/trash.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';
-OCP\Util::connectHook('OC_Filesystem', 'delete', "OCA_Trash\Hooks", "remove_hook");
+OCP\Util::connectHook('OC_Filesystem', 'delete', "OCA\Files_Trashbin\Hooks", "remove_hook");