Skip to content
Snippets Groups Projects
Commit 9a8457ac authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #8053 from owncloud/preview-hook-root

Pass the correct root to the preview on post_write
parents 7c072510 e76c2467
No related branches found
No related tags found
No related merge requests found
......@@ -640,7 +640,7 @@ class Preview {
}
public static function post_write($args) {
self::post_delete($args);
self::post_delete($args, 'files/');
}
public static function prepare_delete_files($args) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment