Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Misc/Search.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Misc/Search.php b/lib/Misc/Search.php
index 018f112..74de4e3 100644
--- a/lib/Misc/Search.php
+++ b/lib/Misc/Search.php
@@ -17,6 +17,7 @@ class Search {
private $searchCache;
private $current=0;
private $from;
+ private $pathArray = array ();
/**
* @param string $appName
@@ -188,4 +189,4 @@ $this->setName('carnet:search')
}
-?> \ No newline at end of file
+?>