[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] trackers: Correct typo in var for show fields description

"Jonny Bradley \(@jonnybradley\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69c29fdee1b7e_3b199540c4766c@gitlab-sidekiq-low-urgency-cpu-bound-v2-7886fbdd67-t5zz9.mail>

Jonny Bradley pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
6edf4b8f by Jonny Bradley at 2026-03-24T14:22:09+00:00
[FIX] trackers: Correct typo in var for show fields description
---
* [FIX] trackers: Correct typo in var for show fields description (regression originally from 386e5fdb - him again! ;)

See merge request tikiwiki/tiki!9834

- - - - -


1 changed file:

- lib/wiki-plugins/wikiplugin_tracker.php


Changes:

=====================================
lib/wiki-plugins/wikiplugin_tracker.php
=====================================
@@ -2095,7 +2095,7 @@ function wikiplugin_tracker($data, $params)
                     } else {
                         $mand = ($isFieldMandatory($f)) ? "&nbsp;<strong class='mandatory_star text-danger tips' title=':" . tra("This field is mandatory") . "'>*</strong>&nbsp;" : '';
 
-                        if (isset($showfielddesc) && $showfielddesc === 'y' && ! empty($f['description'])) {
+                        if (isset($showfieldsdesc) && $showfieldsdesc === 'y' && ! empty($f['description'])) {
                             $desc = $f['descriptionIsParsed'] == 'y' ? TikiLib::lib('parser')->parse_data($f['description']) : htmlspecialchars(tra($f['description']));
                             $desc = '<div class="trackerplugindesc">' . $desc . '</div>';
                         } else {



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6edf4b8f7ef4942111370bb08d2ed58d828b8141

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6edf4b8f7ef4942111370bb08d2ed58d828b8141
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.