Skip to content

Commit

Permalink
2.1.27
Browse files Browse the repository at this point in the history
Work in progress on #1668
  • Loading branch information
nilsteampassnet committed Mar 6, 2017
1 parent a373a1f commit 71e5e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/upgrade_run_defuse_for_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
if ($enable_attachment_encryption === "0") {
mysqli_query($dbTmp, "update `".$_SESSION['pre']."files` set status = 'clear' where 1 = 1");
echo '[{"finish":"1" , "next":"", "error":""}]';
break;
exit();
}

// get path to upload
Expand Down

0 comments on commit 71e5e83

Please sign in to comment.