Use Arguments->getCommand() where it makes more sense than getQueryString()
- Remove a couple of intermediary query string variables
This commit is contained in:
parent
e23f3a645a
commit
bbefc61a0c
4 changed files with 10 additions and 17 deletions
|
@ -635,9 +635,7 @@ function network_display_post($a, $pager, $mark_all, $update, $ordering, $items)
|
|||
$parents_str = implode(', ', $parents_arr);
|
||||
}
|
||||
|
||||
$query_string = DI::args()->getQueryString();
|
||||
|
||||
$pager->setQueryString($query_string);
|
||||
$pager->setQueryString(DI::args()->getQueryString());
|
||||
|
||||
// We aren't going to try and figure out at the item, group, and page
|
||||
// level which items you've seen and which you haven't. If you're looking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue