File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2491
2491
'count ' => 1 ,
2492
2492
'path ' => __DIR__ . '/system/Pager/Pager.php ' ,
2493
2493
];
2494
- $ ignoreErrors [] = [
2495
- 'message ' => '#^Call to method CodeIgniter \\\\Pager \\\\PagerRenderer \\: \\:getNext \\( \\) with incorrect case \\: getnext$# ' ,
2496
- 'count ' => 1 ,
2497
- 'path ' => __DIR__ . '/system/Pager/Views/default_simple.php ' ,
2498
- ];
2499
2494
$ ignoreErrors [] = [
2500
2495
'message ' => '#^Argument \\#1 \\$name \\(class \\-string \\) passed to function model does not extend CodeIgniter \\\\\\\\Model \\.$# ' ,
2501
2496
'count ' => 1 ,
Original file line number Diff line number Diff line change 15
15
</a>
16
16
</li>
17
17
<li <?= $ pager ->hasNext () ? '' : 'class="disabled" ' ?> >
18
- <a href="<?= $ pager ->getnext () ?? '# ' ?> " aria-label="<?= lang ('Pager.next ' ) ?> ">
18
+ <a href="<?= $ pager ->getNext () ?? '# ' ?> " aria-label="<?= lang ('Pager.next ' ) ?> ">
19
19
<span aria-hidden="true"><?= lang ('Pager.older ' ) ?> </span>
20
20
</a>
21
21
</li>
You can’t perform that action at this time.
0 commit comments