mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 18:28:16 +01:00
Pass the correct root to the preview on post_write
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user