Skip to content

Commit 87b780b

Browse files
committed
Fixed fix :-D
1 parent 3143a02 commit 87b780b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5116,7 +5116,7 @@ Framework.prototype.touch = function(url) {
51165116
if (url)
51175117
delete this.temporary.path[createTemporaryKey(url)];
51185118
else
5119-
delete this.temporary.path = {};
5119+
this.temporary.path = {};
51205120

51215121
return this;
51225122
};

0 commit comments

Comments
 (0)