Explorar el Código

Update provider.class.php

Eduardo Mozart de Oliveira hace 11 meses
padre
commit
ae2ba5401b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      inc/provider.class.php

+ 2 - 0
inc/provider.class.php

@@ -1332,6 +1332,7 @@ class PluginSinglesignonProvider extends CommonDBTM {
       $this->syncOAuthPhoto($user);
 
       // Create fake auth
+      // phpcs:disable
       /* $auth = new Auth();
       $auth->user = $user;
       $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 $auth->auth_succeded; */
+      // phpcs:enable
 
       global $DB;