Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-ICPC2
Commits
76217dc5
Commit
76217dc5
authored
Feb 20, 2015
by
Julien Fastré
Browse files
adapt to new interface envelope
parent
54678a13
Changes
1
Show whitespace changes
Inline
Side-by-side
CustomField/CustomFieldICPC2Code.php
View file @
76217dc5
...
...
@@ -102,7 +102,7 @@ class CustomFieldICPC2Code implements CustomFieldInterface
return
'CF ICPC2'
;
}
public
function
render
(
$value
,
CustomField
$customField
)
public
function
render
(
$value
,
CustomField
$customField
,
$documentType
=
'html'
)
{
$code
=
$this
->
deserialize
(
$value
,
$customField
);
...
...
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