Explorar o código

switch single quotes for double quotes on checkauth.php

Mark Crane %!s(int64=13) %!d(string=hai) anos
pai
achega
d524ccbabc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      includes/checkauth.php

+ 1 - 1
includes/checkauth.php

@@ -121,7 +121,7 @@ session_start();
 						$_SESSION["time_zone"]["user"] = $row["user_time_zone"];
 					}
 				// add the user_uuid to the session
-					$_SESSION['user_uuid'] = $row['user_uuid'];
+					$_SESSION["user_uuid"] = $row["user_uuid"];
 			}
 
 		//get the groups assigned to the user and then set the groups in $_SESSION["groups"]