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
agallavardin
fusiondirectory-plugins
Commits
248f90ef
Commit
248f90ef
authored
Jun 03, 2015
by
Côme Bernigaud
Committed by
Benoit Mortier
Jun 03, 2015
Browse files
Fixes
#3815
Was using wrong var in certificates
parent
bfa2fa20
Changes
1
Hide whitespace changes
Inline
Side-by-side
certificates/personal/certificates/class_userCertificates.inc
View file @
248f90ef
...
...
@@ -42,7 +42,7 @@ class CertificateOrderedArrayAttribute extends OrderedArrayAttribute
if
(
parent
::
handlePostValueActions
(
$id
,
$postValue
))
{
return
TRUE
;
}
if
(
preg_match
(
'/^'
.
$id
.
'_download_/'
,
$
id
))
{
if
(
preg_match
(
'/^'
.
$id
.
'_download_/'
,
$
postValue
))
{
$key
=
preg_replace
(
'/^'
.
$id
.
'_download_/'
,
''
,
$postValue
);
$key
=
preg_replace
(
'/_[xy]$/'
,
''
,
$key
);
...
...
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