From 1265f6e46950661bcbc83fd3def422bc1383448c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 22 Aug 2023 14:44:11 +0200 Subject: [PATCH] declare _usersConnectors as class var --- inc/inc.ClassSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/inc.ClassSettings.php b/inc/inc.ClassSettings.php index 0dba722d8..cb60e5a04 100644 --- a/inc/inc.ClassSettings.php +++ b/inc/inc.ClassSettings.php @@ -346,6 +346,7 @@ class Settings { /* {{{ */ // below basedn and the search term 'uid=' or 'sAMAccountName=' // if set the search will be (&(cn=)) var $_ldapFilter = ""; + var $_usersConnectors = array(); var $_converters = array(); // list of commands used to convert files to text for Indexer var $_extensions = array(); // configuration for extensions