Browse Source

Update LM time on members on request.

Adam Ierymenko 8 years ago
parent
commit
4524899e4d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controller/EmbeddedNetworkController.cpp

+ 3 - 0
controller/EmbeddedNetworkController.cpp

@@ -622,6 +622,9 @@ NetworkController::ResultCode EmbeddedNetworkController::doNetworkConfigRequest(
 		member["recentLog"] = recentLog;
 		member["recentLog"] = recentLog;
 	}
 	}
 
 
+	// Update last modified time
+	member["lastModified"] = now;
+
 	// If they are not authorized, STOP!
 	// If they are not authorized, STOP!
 	if (!authorizedBy) {
 	if (!authorizedBy) {
 		Mutex::Lock _l(_db_m);
 		Mutex::Lock _l(_db_m);