Passed
Push — master ( c30a24...52c2c1 )
by Andreas
11:11
created
lib/midcom/core/user.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -478,7 +478,7 @@
 block discarded – undo
478 478
 
479 479
         $timeout = midcom::get()->config->get('auth_login_session_timeout', 0);
480 480
         $last_seen = $person->get_parameter('midcom', 'online');
481
-        if (   !$last_seen
481
+        if (!$last_seen
482 482
             || ($timeout > 0 && time() - $timeout > $last_seen)) {
483 483
             return 'offline';
484 484
         }
Please login to merge, or discard this patch.