[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX] elfinder: Avoid warnings
"Jonny Bradley \(@jonnybradley\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69d52fed8436b_3b3320e8385a4@gitlab-sidekiq-low-urgency-cpu-bound-v2-849f469f87-hdj6l.mail> |
Jonny Bradley pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki Commits: f941e551 by Jonny Bradley at 2026-04-07T16:25:15+00:00 [FIX] elfinder: Avoid warnings (cherry picked from commit bf565620e688465ecf4b1b42dd78fec7a847b3c3) Co-authored-by: jonnybradley <[email protected]> - - - - - 1 changed file: - lib/core/Services/File/FinderController.php Changes: ===================================== lib/core/Services/File/FinderController.php ===================================== @@ -283,7 +283,7 @@ class Services_File_FinderController $id = $ar[1]; if ($isgal) { $visible = $this->isVisible($id, $data, $isgal); - } else { + } else if (isset($this->parentIds['files'][$id])) { $visible = $this->isVisible($this->parentIds['files'][$id], $data, $isgal); } } else { View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f941e5517ff9453eace1df8bf1e8d1028d5f29a0 -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f941e5517ff9453eace1df8bf1e8d1028d5f29a0 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