فهرست منبع

Minor - code indentation update

Yannick Warnier 12 سال پیش
والد
کامیت
8cb94e89d5
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      main/inc/lib/conditional_login.class.php

+ 5 - 5
main/inc/lib/conditional_login.class.php

@@ -29,8 +29,8 @@ class ConditionalLogin {
         }
     }
 
-	public static function login() {
-	    $_SESSION['conditional_login']['can_login'] = true;
-		LoginRedirection::redirect();
-	}
-}
+    public static function login() {
+        $_SESSION['conditional_login']['can_login'] = true;
+        LoginRedirection::redirect();
+    }
+}