fileManager.copyFile("/theme" + path, name, newName);
}
blog.info("File \"" + oldName + "\" copied to \"" + newName + "\".");
} else {
return new NotEnoughSpaceView();
}
}
} catch (IllegalFileAccessException e) {
return new ForbiddenView();
} catch (IOException ioe) {