Project

General

Profile

Actions

Bug #16776

closed

pi_list_browseresults shows 'Next' link when no results

Added by Artem Matevosyan almost 18 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-12-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

pi_list_browseresults shows 'Next' link when no results

fix:

File typo3/sysext/cms/tslib/class.tslib_pibase.php
Line 559
if ($pointer==$totalPages-1) { // Link to next page
replace with
if ($pointer==$totalPages-1 || !$totalPages) { // Link to next page
(issue imported from #M4631)

Actions

Also available in: Atom PDF