Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
bcecd42b
Commit
bcecd42b
authored
Feb 11, 2019
by
mabolek
Browse files
[BUGFIX] Added strict type check to condition
parent
553e2a14
Pipeline
#6137
passed with stages
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Utility/UserProfileChangeKarmaIssuer.php
View file @
bcecd42b
...
...
@@ -116,7 +116,7 @@ class UserProfileChangeKarmaIssuer
{
$karmaSourceCode
=
$this
->
settings
[
'userProfileChangeKarmaIssuer'
][
'newUserWasCreated'
][
'sourceCode'
];
if
(
$karmaSourceCode
==
''
)
{
if
(
$karmaSourceCode
==
=
''
)
{
throw
new
\
Exception
(
'Empty karma source code supplied. Please configure it in TypoScript.'
,
1541508560
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment