Quellcode durchsuchen

Update provider.class.php

Eduardo Mozart de Oliveira vor 1 Jahr
Ursprung
Commit
ae2ba5401b
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      inc/provider.class.php

+ 2 - 0
inc/provider.class.php

@@ -1332,6 +1332,7 @@ class PluginSinglesignonProvider extends CommonDBTM {
       $this->syncOAuthPhoto($user);
       $this->syncOAuthPhoto($user);
 
 
       // Create fake auth
       // Create fake auth
+      // phpcs:disable
       /* $auth = new Auth();
       /* $auth = new Auth();
       $auth->user = $user;
       $auth->user = $user;
       $auth->auth_succeded = true;
       $auth->auth_succeded = true;
@@ -1343,6 +1344,7 @@ class PluginSinglesignonProvider extends CommonDBTM {
 
 
       // Return false if the profile is not defined in Session::init($auth)
       // Return false if the profile is not defined in Session::init($auth)
       return $auth->auth_succeded; */
       return $auth->auth_succeded; */
+      // phpcs:enable
 
 
       global $DB;
       global $DB;