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:
authorPhie <phie@phie.ovh>2019-09-30 13:44:56 +0300
committerPhie <phie@phie.ovh>2019-09-30 13:44:56 +0300
commit88da6f98e5750cd8e3bcfcdacf4ca7e1f9f3d48b (patch)
tree8857d1cc5f83643926cd3b1a3f4ae90e22c8279b
parentab7eac4cbc2e74924ce6af5cdd6e2d7e0925762d (diff)
define lastmod
-rwxr-xr-xlib/Controller/NoteController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/NoteController.php b/lib/Controller/NoteController.php
index 2d6b171..8cf0546 100755
--- a/lib/Controller/NoteController.php
+++ b/lib/Controller/NoteController.php
@@ -380,6 +380,7 @@ public function getOpusEncoder(){
* @NoCSRFRequired
*/
public function mergeRecentDB() {
+ $lastmod = 0;
if(!$this->CarnetFolder->nodeExists("quickdoc/recentdb/recentnc"))
$lastmod = -1;
$myDb = $this->getRecentFile();