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