|  | @@ -56,7 +56,7 @@ final class GamemasterController extends AbstractController
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |          // Effacer toutes images associée
 | 
	
		
			
				|  |  |          if ($gamemaster->getPicture()) {
 | 
	
		
			
				|  |  | -            $fullPath = $params->get('upload_images_directory') . '/games/' . $gamemaster->getPicture();
 | 
	
		
			
				|  |  | +            $fullPath = $params->get('upload_images_directory') . '/gamemasters/' . $gamemaster->getPicture();
 | 
	
		
			
				|  |  |              unlink($fullPath);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          $gamemaster->setPicture(null);
 |