forked from GNUsocial/gnu-social
		
	Merge branch '0.9.x' into atompub
This commit is contained in:
		@@ -199,7 +199,7 @@ class Profile extends Memcached_DataObject
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if ($max_id != 0) {
 | 
					        if ($max_id != 0) {
 | 
				
			||||||
            $query .= " and id < $max_id";
 | 
					            $query .= " and id <= $max_id";
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $query .= ' order by id DESC';
 | 
					        $query .= ' order by id DESC';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user