Pass the correct root to the preview on post_write

remotes/origin/ldap_group_count
Robin Appelman 12 years ago
parent 09ac61f53b
commit e76c246718
  1. 2
      lib/private/preview.php

@ -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…
Cancel
Save