mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
"DATA/MDL-18136, fix pagination in data mod, merged from 1.9"
This commit is contained in:
parent
7719860b60
commit
f77569e1ad
1 changed files with 1 additions and 0 deletions
|
@ -629,6 +629,7 @@
|
||||||
$baseurl = 'view.php?d='.$data->id.'&';
|
$baseurl = 'view.php?d='.$data->id.'&';
|
||||||
//send the advanced flag through the URL so it is remembered while paging.
|
//send the advanced flag through the URL so it is remembered while paging.
|
||||||
$baseurl .= 'advanced='.$advanced.'&';
|
$baseurl .= 'advanced='.$advanced.'&';
|
||||||
|
$search && $baseurl .= 'filter=1&';
|
||||||
//pass variable to allow determining whether or not we are paging through results.
|
//pass variable to allow determining whether or not we are paging through results.
|
||||||
$baseurl .= 'paging='.$paging.'&';
|
$baseurl .= 'paging='.$paging.'&';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue