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;