Project

General

Profile

Actions

Bug #99696

closed

The function _parseFunc lacks a check for $tag[0] is empty

Added by Thomas Hohn over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Start date:
2023-01-24
Due date:
% Done:

0%

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

Description

This conditions lacks a check for if $tag0 is empty

 if ($tag[0][0] === '/') {
                    $tag[0] = substr($tag[0], 1);
                    $tag['out'] = 1;
                }

in the _parseFunc line 3691

Actions #1

Updated by Thomas Hohn over 1 year ago

  • Status changed from New to Closed

Seems to be a duplicate of #99073

Actions

Also available in: Atom PDF