Project

General

Profile

Actions

Bug #62713

closed

EXT:form - accept-charset in form not working

Added by Julian Stock over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Start date:
2014-11-05
Due date:
% Done:

100%

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

Description

Is there a bug in the form extension? "accept-charset" causes PHP Fatal error: Class 'TYPO3\\CMS\\Form\\Domain\\Model\\Attribute\\Accept-charsetAttribute' not found in /var/www/htdocs/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4370

Quick fix in GeneralUtility.php on line 4325:
$className = str_replace("Accept-charsetAttribute", "AcceptCharsetAttribute", $className);

Actions

Also available in: Atom PDF