Skip to content

Commit 1b33b19

Browse files
committed
added report datainstruction
1 parent 9856f6e commit 1b33b19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

elements/webdav.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,10 @@ apf.webdav = function(struct, tagName){
11191119
case "unlock":
11201120
this.unlock(args[0], cb);
11211121
break;
1122+
case "report":
1123+
debugger;
1124+
this.report(args[0], args[1], args[2], cb);
1125+
break;
11221126
default:
11231127
//#ifdef __DEBUG
11241128
throw new Error(apf.formatErrorString(0, null, "Saving/Loading data",

0 commit comments

Comments
 (0)