mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Transform account creation date into account creation time
This commit is contained in:
		@@ -255,7 +255,7 @@ class User{
 | 
			
		||||
			$return['allowPostFromFriendOnHisPage'] = $userInfos['autoriser_post_amis'] == 1;
 | 
			
		||||
 | 
			
		||||
			//Account creation date
 | 
			
		||||
			$return['accountCreationDate'] = $userInfos['date_creation'];
 | 
			
		||||
			$return['account_creation_time'] = strtotime($userInfos['date_creation']);
 | 
			
		||||
 | 
			
		||||
			//Add background image url
 | 
			
		||||
			$return['backgroundImage'] = CS::get()->components->backgroundImage->getPath($return['userID']);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user