add preDelete hook for files_trashbin app

remotes/origin/ldap_group_count
Georg Ehrke 13 years ago
parent c1cb9ee9b0
commit 0f864c38bb
  1. 1
      apps/files_trashbin/lib/trashbin.php

@ -563,6 +563,7 @@ class Trashbin {
} else {
$size += $view->filesize('/files_trashbin/files/' . $file);
}
\OC_Hook::emit('\OCP\Trashbin', 'preDelete', array('path' => '/files_trashbin/files/' . $file));
$view->unlink('/files_trashbin/files/' . $file);
\OC_Hook::emit('\OCP\Trashbin', 'delete', array('path' => '/files_trashbin/files/' . $file));

Loading…
Cancel
Save