mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 08:14:47 -05:00
Pass the correct root to the preview on post_write
This commit is contained in:
parent
09ac61f53b
commit
e76c246718
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue