Project

General

Profile

Actions

Bug #67440

closed

Correct typo in code example (ChangeLog files)

Added by Michael Schams almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2015-06-14
Due date:
% Done:

20%

Estimated time:
0.25 h
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

File Feature-66669-BeLoginFormAPI.rst shows the following code example:

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['backend']['loginProviders'][1433416020] = [
    'provider' => \TYPO3\CMS\Backend\LoginProvider\UsernamePasswordLoginProvider::class,
    'sorting' => 50,
    'icon-class' => 'fa-key',
    'label' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:login.link'
];

Should not this be:

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['backend']['loginProviders'][1433416020] = array(
    [...]
);

If so:

This patch updates the core documentation to correct a typo in the code example.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #66669: Possibility to extend/override New login screenClosed2015-05-16

Actions
Actions

Also available in: Atom PDF