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

Commit

Permalink
Merge pull request #38 from kevinquinnyo/js-bug-restore-mailbox
Browse files Browse the repository at this point in the history
Fix bug in js for restoremailbox
  • Loading branch information
nielsengelen authored Sep 13, 2021
2 parents 93ed0f3 + eff02ef commit 22d98ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ function restoreToOriginal(itemid, type) {
itemid = node[0].data.folderid;
} else {
var act = 'restoremailbox';
var mailboxid = itemid;
}

var json = '{ "restoretoOriginallocation": \
Expand Down Expand Up @@ -1706,4 +1707,4 @@ function loadMessages(folderid, offset) {
}
?>
</body>
</html>
</html>

0 comments on commit 22d98ea

Please sign in to comment.