Skip to content

Commit

Permalink
Update ConfigService.php
Browse files Browse the repository at this point in the history
Solves error message:
OC\AllConfig::getSystemValueString(): Argument #2 ($default) must be of type string, bool given, called in /var/www/html/custom_apps/fulltextsearch_elasticsearch/lib/Service/ConfigService.php on line 147 and defined in /var/www/html/lib/private/AllConfig.php:163



Signed-off-by: Keino <post@cue4net.com>
  • Loading branch information
cue108 authored Sep 27, 2023
1 parent 6ed2e54 commit cd10995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/ConfigService.php
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ class ConfigService {
self::ELASTIC_INDEX => '',
self::FIELDS_LIMIT => '10000',
self::ELASTIC_VER_BELOW66 => '0',
self::ELASTIC_LOGGER_ENABLED => true,
self::ELASTIC_LOGGER_ENABLED => 'true',
self::ANALYZER_TOKENIZER => 'standard',
self::ALLOW_SELF_SIGNED_CERT => 'false'
];

0 comments on commit cd10995

Please sign in to comment.