Skip to content

Commit

Permalink
fix(fieldinterface): method signature mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 14, 2020
1 parent b8b8479 commit 076937b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/fieldinterface.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public function getHtmlIcon();
* @param boolean $canEdit true if the user can edit the answer
* @return string HTML code
*/
public function getRenderedHtml($canEdit);
public function getRenderedHtml($canEdit = true);

/**
* Is the field editable ?
Expand Down

0 comments on commit 076937b

Please sign in to comment.