From feaed7b49d77f268112ba83d2c1c49216efeca6a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 30 Jul 2025 14:33:18 +0200 Subject: [PATCH] declare class variable $stats --- inc/inc.Utils.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/inc.Utils.php b/inc/inc.Utils.php index 7488f411c..79901007a 100644 --- a/inc/inc.Utils.php +++ b/inc/inc.Utils.php @@ -1424,6 +1424,8 @@ class SeedDMS_Search { /* {{{ */ protected $facets; + protected $stats; + public function __construct($dms, $user, $fulltextservice, $settings) { $this->dms = $dms; $this->user = $user;