Przeglądaj źródła

Add a missing $

Mark Crane 11 lat temu
rodzic
commit
9ba6dd6059
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      upgrade/device_extensions.php

+ 1 - 2
upgrade/device_extensions.php

@@ -66,7 +66,7 @@ require_once "resources/check_auth.php";
 				}
 
 			//set a new uuid
-				device_line_uuid = uuid();
+				$device_line_uuid = uuid();
 
 			//get the server address from the domains array using the domain_uuid
 				$server_address = $_SESSION[domains][$domain_uuid]["domain_name"];
@@ -107,7 +107,6 @@ require_once "resources/check_auth.php";
 				echo $sql;
 				//$db->exec(check_sql($sql));
 				unset($sql);
-
 		}
 	}