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

Pass the correct root to the preview on post_write
This commit is contained in:
Vincent Petry 2014-04-10 10:31:40 +02:00
commit 9a8457aca0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {