CampaignMonitorSubscribeForm.php - Line 177

- '#title' => check_plain($field['FieldName'])

+ '#title' => SafeMarkup::checkPlain($field['FieldName']),
CommentFileSizeAuthor
#2 checkplain_2911941.patch1.55 KBjalpesh

Comments

dkre created an issue. See original summary.

jalpesh’s picture

Status: Active » Needs review
StatusFileSize
new1.55 KB

There are 2 place where check_plain yet to replace. I have attach a patch for same.

One more question: Why there is .inc file in include folder. code is looks like Drupal 7 code.

  • New Zeal committed 0537bfb on 8.x-1.x authored by jalpesh
    Issue #2911941 by jalpesh: Call to undefined function Drupal\...

New Zeal credited New Zeal.

NewZeal’s picture

Fix committed and pushed to dev.

jalpesh’s picture

Status: Needs review » Fixed

Mark as fix as it is already move to Dev branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.