[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Initialize pending and notpending arrays in wikiplugin_group to fix...
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69dcec7abb826_3b1a12b043190@gitlab-sidekiq-low-urgency-cpu-bound-v2-69fbf554cf-ck6s6.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
e72d882d by Espoir Baraka at 2026-04-13T13:04:27+00:00
[FIX] Initialize pending and notpending arrays in wikiplugin_group to fix...
---
* [FIX] Initialize pending and notpending arrays in wikiplugin_group to fix index rebuild when {GROUP} uses notgroups without pending/notpending
See merge request tikiwiki/tiki!9989
- - - - -
1 changed file:
- lib/wiki-plugins/wikiplugin_group.php
Changes:
=====================================
lib/wiki-plugins/wikiplugin_group.php
=====================================
@@ -112,6 +112,8 @@ function wikiplugin_group($data, $params)
$allowedUsers = $params['users'];
$userPending = [];
$userNotPending = [];
+ $pending = [];
+ $notpending = [];
if (! is_null($params['pending']) || ! is_null($params['notpending'])) {
$pending = $params['pending'] ?? [];
$notpending = $params['notpending'] ?? [];
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e72d882d9866448cbcc381138654a05c63bce09d
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e72d882d9866448cbcc381138654a05c63bce09d
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