summaryrefslogtreecommitdiff
path: root/modules_v3
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-10-23 19:23:57 +0100
committerGreg Roach <fisharebest@gmail.com>2013-10-23 19:23:57 +0100
commitbcc0ce23969ef39d67ed96c0dd3255b97d7d4b6a (patch)
tree49b4f0167459c5c2347f7e0b85ac9a402cd17dc0 /modules_v3
parent47e7c78dc9fe94f41f18bf92dc5b1af9adb1fa06 (diff)
downloadwebtrees-bcc0ce23969ef39d67ed96c0dd3255b97d7d4b6a.tar.gz
webtrees-bcc0ce23969ef39d67ed96c0dd3255b97d7d4b6a.tar.bz2
webtrees-bcc0ce23969ef39d67ed96c0dd3255b97d7d4b6a.zip
#1243743 - Facts & Events blank on Individual Page
Diffstat (limited to 'modules_v3')
-rw-r--r--modules_v3/GEDFact_assistant/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/module.php b/modules_v3/GEDFact_assistant/module.php
index 2c8166d439..5be8634a3c 100644
--- a/modules_v3/GEDFact_assistant/module.php
+++ b/modules_v3/GEDFact_assistant/module.php
@@ -310,7 +310,7 @@ class GEDFact_assistant_WT_Module extends WT_Module {
'<span class="note1">' . $postamble . '</span>';
} else {
// Not a census-assistant shared note - apply default formatting
- return expand_urls($note->getNote());
+ return WT_Filter::expandUrls($note->getNote());
}
}