Completed
Branch master (55a138)
by Michael
03:21
created
class/Common/FilesManagement.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
 
35 35
                 file_put_contents($folder . '/index.html', '<script>history.go(-1);</script>');
36 36
             }
37
-        }
38
-        catch (Exception $e) {
37
+        } catch (Exception $e) {
39 38
             echo 'Caught exception: ', $e->getMessage(), "\n", '<br>';
40 39
         }
41 40
     }
Please login to merge, or discard this patch.