[TikiWiki-commits] [Git][tikiwiki/tiki][tiki-fix-tracker-url-wikisyntax] [FIX] Url.php: php lint issue
"Sammy Ndabo \(@ndabosam084\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6993b4742f26e_3b186410980d6@gitlab-sidekiq-low-urgency-cpu-bound-v2-7fdd75bb44-b9tgj.mail> |
Sammy Ndabo pushed to branch tiki-fix-tracker-url-wikisyntax at Tiki Wiki CMS Groupware / Tiki
Commits:
cfe517a8 by Sammy Ndabo at 2026-02-17T02:20:47+02:00
[FIX] Url.php: php lint issue
- - - - -
1 changed file:
- lib/core/Tracker/Field/Url.php
Changes:
=====================================
lib/core/Tracker/Field/Url.php
=====================================
@@ -80,7 +80,9 @@ class Tracker_Field_Url extends \Tracker\Field\AbstractItemField implements \Tra
$isPlainTextMode = ((int) $this->getOption('linkToURL') === 1);
$isWikiWrapped = self::isWikiSyntaxLink($trimmed);
- if ($url === '') return $url;
+ if ($url === '') {
+ return $url;
+ }
if ($isCsv) {
if ($isWikiWrapped) {
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/cfe517a8613028b74aabebd04a1718c2b69d2bc5
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/cfe517a8613028b74aabebd04a1718c2b69d2bc5
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs