Skip to content
Snippets Groups Projects
Commit f02f4e22 authored by Daniel Siepmann's avatar Daniel Siepmann Committed by Benni Mack
Browse files

[BUGFIX] Do not use rowCount() in linkvalidator report

As `rowCount()` is not supported across all DBMS (e.g. sqlite).

The logic is kept, but instead of relying on row count, the list of
items is built first, and checked afterwards.

Resolves: #90231
Releases: master
Change-Id: Iad0dc46c507d300708c9bc9d53aad6d6840a3446
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63061


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSybille Peters <sypets@gmx.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSybille Peters <sypets@gmx.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent c6d2bbdc
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment