mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 11:29:01 +00:00
declare class variable $stats
This commit is contained in:
parent
a194b7bc5b
commit
feaed7b49d
|
@ -1424,6 +1424,8 @@ class SeedDMS_Search { /* {{{ */
|
||||||
|
|
||||||
protected $facets;
|
protected $facets;
|
||||||
|
|
||||||
|
protected $stats;
|
||||||
|
|
||||||
public function __construct($dms, $user, $fulltextservice, $settings) {
|
public function __construct($dms, $user, $fulltextservice, $settings) {
|
||||||
$this->dms = $dms;
|
$this->dms = $dms;
|
||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user