diff --git a/common/content/io.js b/common/content/io.js index 88f41ce3..0502cb24 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -342,7 +342,7 @@ lookup: this.withSavedValues(["sourcing"], function () { this.sourcing = null; try { - var file = io.File(filename); + var file = io.File(util.getFile(filename) || filename); if (!file.exists() || !file.isReadable() || file.isDirectory()) { if (!silent)