Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
simple_sitemap
Commits
d112db59
Commit
d112db59
authored
Feb 25, 2017
by
Pawel G
Browse files
Fix exception on sitemap entities page
parent
856a2375
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Form/FormHelper.php
View file @
d112db59
...
...
@@ -190,7 +190,7 @@ class FormHelper {
* @param bool $multiple
* @return $this
*/
public
function
displayEntitySettings
(
array
&
$form_fragment
,
$multiple
=
FALSE
)
{
public
function
displayEntitySettings
(
&
$form_fragment
,
$multiple
=
FALSE
)
{
$prefix
=
$multiple
?
$this
->
entityTypeId
.
'_'
:
''
;
if
(
$this
->
entityCategory
==
'instance'
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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