[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] elfinder: Avoid warnings

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

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


Commits:
bf565620 by jonnybradley at 2026-04-07T16:43:39+01:00
[FIX] elfinder: Avoid warnings

- - - - -


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/bf565620e688465ecf4b1b42dd78fec7a847b3c3

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