Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
9a340ccb
Commit
9a340ccb
authored
Oct 25, 2016
by
Côme Chilliet
Browse files
Fixed PHP error
parent
01048057
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_simpleSelectManagement.inc
View file @
9a340ccb
...
...
@@ -73,7 +73,9 @@ class simpleSelectManagement extends simpleManagement
$row
=
func_get_arg
(
1
);
$dn
=
func_get_arg
(
2
);
$trans
=
func_get_arg
(
3
);
$trans
=
$trans
[
0
];
if
(
is_array
(
$trans
))
{
$trans
=
$trans
[
0
];
}
if
(
$trans
!=
''
)
{
return
'<a href="?plug='
.
$_GET
[
'plug'
]
.
'&PID='
.
$pid
.
'&act=listing_select_'
.
$row
.
'&add_finish=1" title="'
.
htmlentities
(
$dn
,
ENT_COMPAT
,
'UTF-8'
)
.
'">'
.
htmlentities
(
$trans
,
ENT_COMPAT
,
'UTF-8'
)
.
'</a>'
;
}
...
...
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