Completed
Push — master ( 506250...fcdce6 )
by Sarah
03:40 queued 01:44
created
Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public static function showPrivacybox()
24 24
     {
25 25
         $settings = Yii::$app->getModule('privacybox')->settings;
26
-        if(Yii::$app->user->isGuest || !$settings->get('active')) {
26
+        if (Yii::$app->user->isGuest || !$settings->get('active')) {
27 27
             return false;
28 28
         }
29 29
 
Please login to merge, or discard this patch.