Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Omit FE user creation in BE mode#18

Closed
tiggr wants to merge 1 commit into
punktDe:masterfrom
tiggr:dev-skip-init-feuser-be
Closed

Omit FE user creation in BE mode#18
tiggr wants to merge 1 commit into
punktDe:masterfrom
tiggr:dev-skip-init-feuser-be

Conversation

@tiggr

@tiggr tiggr commented Sep 16, 2016

Copy link
Copy Markdown
Contributor

Allow usage in BE modules

{
parent::initializeAction();
$this->initFeUser();
if (!TYPO3_MODE === 'BE') {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be that if (TYPO3_MODE !== 'BE') as TYPO3_MODE is not a boolean which could be negated.

@tiggr

tiggr commented Jul 29, 2019

Copy link
Copy Markdown
Contributor Author

Sorry for the late response. You were absolutely right.
The change in this PR came into master by accident (#17).
Added new PR fixing this (#41).

@tiggr tiggr closed this Jul 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants