mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-52388-master' of git://github.com/cameron1729/moodle
This commit is contained in:
commit
d4f69a462e
1 changed files with 1 additions and 1 deletions
|
@ -2459,7 +2459,7 @@ class paging_bar implements renderable {
|
|||
|
||||
$pagenum = $this->page + 1;
|
||||
|
||||
if ($pagenum != $displaypage) {
|
||||
if ($pagenum != $lastpage) {
|
||||
$this->nextlink = html_writer::link(new moodle_url($this->baseurl, array($this->pagevar=>$pagenum)), get_string('next'), array('class'=>'next'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue