Completed
Push — master ( e876a4...a7100c )
by Michael
01:36
created
class/utility.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -186,8 +186,7 @@
 block discarded – undo
186 186
                 }
187 187
                 file_put_contents($folder . '/index.html', '<script>history.go(-1);</script>');
188 188
             }
189
-        }
190
-        catch (Exception $e) {
189
+        } catch (Exception $e) {
191 190
             echo 'Caught exception: ', $e->getMessage(), '', '<br>';
192 191
         }
193 192
     }
Please login to merge, or discard this patch.