[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] wikiplugin_kanban: Fix undefined variable error introduced in...

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <693885a56ed1d_2a17dc0c966d8@gitlab-sidekiq-low-urgency-cpu-bound-v2-66498d69c5-vfxsv.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
8bd20f1b by Benoit Grégoire at 2025-12-09T20:17:09+00:00
[FIX] wikiplugin_kanban:  Fix undefined variable error introduced in...
---
* [FIX] wikiplugin_kanban:  Fix undefined variable error introduced in ce6f47bc20b09d01c77dd121194d8d7c5ca58a25 (MR 8578)

See merge request tikiwiki/tiki!9208

- - - - -


1 changed file:

- lib/wiki-plugins/wikiplugin_kanban.php


Changes:

=====================================
lib/wiki-plugins/wikiplugin_kanban.php
=====================================
@@ -205,6 +205,7 @@ function wikiplugin_kanban(string $data, array $params): WikiParser_PluginOutput
 {
     global $user, $prefs;
     static $id = 0;
+    $plugininfo = wikiplugin_kanban_info();
 
     if ($prefs['auth_api_tokens'] !== 'y') {
         //This is a proof of concept, this should really be handled by a parent class of wikiplugin, using a dependencies definition



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/8bd20f1bc278f196821c0591df1d5af6fe664718

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/8bd20f1bc278f196821c0591df1d5af6fe664718
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
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.