Explorar el Código

Functions : fix missing variable

idleman hace 1 año
padre
commit
bc07c8d64c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      function.php

+ 1 - 0
function.php

@@ -37,6 +37,7 @@ function unhandledException($ex){
 
 	switch($source){
 		case 'ui':
+			$response = '';
 			//Récuperation de la requete échouée si l'utilisateur n'est pas authentifié
 			switch($ex->getCode()){
 				 case 401: