Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Use tabs instead of spaces I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinquinnyo committed Aug 13, 2021
1 parent 91f0985 commit eff02ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ function restoreToOriginal(itemid, type) {
itemid = node[0].data.folderid;
} else {
var act = 'restoremailbox';
var mailboxid = itemid;
var mailboxid = itemid;
}

var json = '{ "restoretoOriginallocation": \
Expand Down

0 comments on commit eff02ef

Please sign in to comment.