summaryrefslogtreecommitdiff
path: root/app/Module/ResearchTaskModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-03-02 15:07:39 +0000
committerGreg Roach <fisharebest@gmail.com>2015-03-02 15:56:12 +0000
commit764a01d9433bb50d2ecbce7851cba4793c7674e2 (patch)
treed8abbd128e40a112ca737a20ec60ff8827d2a06b /app/Module/ResearchTaskModule.php
parent8c2e82270a639a3acf607b432e54721116dae723 (diff)
downloadwebtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.tar.gz
webtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.tar.bz2
webtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.zip
PSR-1
Diffstat (limited to 'app/Module/ResearchTaskModule.php')
-rw-r--r--app/Module/ResearchTaskModule.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/ResearchTaskModule.php b/app/Module/ResearchTaskModule.php
index 0a1194feaa..07aecbaf77 100644
--- a/app/Module/ResearchTaskModule.php
+++ b/app/Module/ResearchTaskModule.php
@@ -89,12 +89,12 @@ class ResearchTaskModule extends Module implements ModuleBlockInterface {
$content .= '<table id="' . $table_id . '" style="visibility:hidden;">';
$content .= '<thead><tr>';
$content .= '<th>DATE</th>'; //hidden by datables code
- $content .= '<th>' . WT_Gedcom_Tag::getLabel('DATE') . '</th>';
+ $content .= '<th>' . GedcomTag::getLabel('DATE') . '</th>';
$content .= '<th>' . I18N::translate('Record') . '</th>';
if ($show_unassigned || $show_other) {
$content .= '<th>' . I18N::translate('Username') . '</th>';
}
- $content .= '<th>' . WT_Gedcom_Tag::getLabel('TEXT') . '</th>';
+ $content .= '<th>' . GedcomTag::getLabel('TEXT') . '</th>';
$content .= '</tr></thead><tbody>';
$found = false;