Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
languagevisibility
Commits
d0aca821
Commit
d0aca821
authored
Jun 15, 2020
by
Fabio Stegmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TASK] Adapt CGL
parent
aa75768f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Classes/Service/VisibilityService.php
Classes/Service/VisibilityService.php
+2
-2
No files found.
Classes/Service/VisibilityService.php
View file @
d0aca821
...
...
@@ -179,9 +179,9 @@ class VisibilityService implements SingletonInterface {
* @return bool
* @throws \Exception
*/
public
function
resolveVisibility
(
$visibility
,
$language
,
$element
){
public
function
resolveVisibility
(
$visibility
,
$language
,
$element
)
:
bool
{
if
(
$visibility
==
''
||
$visibility
==
'-'
){
if
(
$visibility
==
=
''
||
$visibility
==
=
'-'
)
{
return
TRUE
;
}
...
...
Write
Preview
Markdown
is supported
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