nextcloud/apps/files_trashbin/appinfo/app.php

8 lines
245 B
PHP
Raw Normal View History

2013-01-18 16:11:29 +04:00
<?php
OC::$CLASSPATH['OCA_Trash\Hooks'] = 'apps/files_trashbin/lib/hooks.php';
OC::$CLASSPATH['OCA_Trash\Trashbin'] = 'apps/files_trashbin/lib/trash.php';
OCP\Util::connectHook('OC_Filesystem', 'delete', "OCA_Trash\Hooks", "remove_hook");