Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit d002224

Browse files
author
Jamie Snape
committed
Remove use of deprecated method in tracker module
1 parent 55a6019 commit d002224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tracker/controllers/ProducerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function editsubmitAction()
193193
$producer->setDisplayName($displayName);
194194
}
195195
if (isset($description)) {
196-
$producer->setDescription(UtilityComponent::filterHtmlTags($description));
196+
$producer->setDescription($description);
197197
}
198198
if (isset($repository)) {
199199
$producer->setRepository($repository);

0 commit comments

Comments
 (0)