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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Engelen committed Apr 6, 2022
2 parents 570fd73 + 22d98ea commit d7998b3
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 d7998b3

Please sign in to comment.