Browse Source

Autoload exception from files_trashbin

tags/v8.0.0alpha1
Joas Schilling 9 years ago
parent
commit
1bd018a70c

+ 0
- 2
apps/files_trashbin/appinfo/app.php View File

@@ -3,8 +3,6 @@ $l = \OC::$server->getL10N('files_trashbin');

OCP\Util::addTranslations('files_trashbin');

OC::$CLASSPATH['OCA\Files_Trashbin\Exceptions\CopyRecursiveException'] = 'files_trashbin/lib/exceptions.php';

// register hooks
\OCA\Files_Trashbin\Trashbin::registerHooks();


apps/files_trashbin/lib/exceptions.php → apps/files_trashbin/lib/exceptions/copyrecursiveexception.php View File


Loading…
Cancel
Save