mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Fix issue on production
This commit is contained in:
		@@ -176,7 +176,7 @@ class Post extends BaseUniqueObjectFromUser {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public function has_movie_id() : bool {
 | 
			
		||||
		return $this->movie_id > -1;
 | 
			
		||||
		return $this->movie_id > 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public function get_movie_id() : int {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user