Passed
Push — master ( e9bc10...106709 )
by Nils
07:23
created
pages/admin.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -490,8 +490,7 @@
 block discarded – undo
490 490
                                         </div>
491 491
         <?php
492 492
     }
493
-}
494
-catch (Exception $e) {
493
+} catch (Exception $e) {
495 494
     if (defined('LOG_TO_SERVER') && LOG_TO_SERVER === true) {
496 495
         error_log('TEAMPASS Error - admin page - '.$e->getMessage());
497 496
     }
Please login to merge, or discard this patch.