Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Clear server message & remove from server queue when done
Browse files Browse the repository at this point in the history
When the plugin is actioned, hide the server message and remove from the server queue
  • Loading branch information
mattpass committed Mar 25, 2012
1 parent b3e75b3 commit 3ac4bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/backupOpenFiles/index.php
Expand Up @@ -71,6 +71,7 @@ public function zipFilesUp($zipName='') {
// Trigger the class
$zipItDoZip = new zipIt();
$zipItAddToZip = $zipItDoZip->zipFilesUp($zipItSaveLocation.$zipItFileName);
if ($zipItAddToZip) {echo '<script>top.ICEcoder.serverMessage();top.ICEcoder.serverQueue("del",0);</script>';};
;};
?>
</body>
Expand Down

0 comments on commit 3ac4bb2

Please sign in to comment.