Pass the correct root to the preview on post_write

This commit is contained in:
Robin Appelman 2014-04-04 15:02:08 +02:00
parent 09ac61f53b
commit e76c246718
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) {