Skip to content
Snippets Groups Projects
Commit e76c2467 authored by Robin Appelman's avatar Robin Appelman
Browse files

Pass the correct root to the preview on post_write

parent 09ac61f5
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