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
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Controller/NoteController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/NoteController.php b/lib/Controller/NoteController.php
index 69f8717..ee1598b 100755
--- a/lib/Controller/NoteController.php
+++ b/lib/Controller/NoteController.php
@@ -1329,7 +1329,7 @@ public function getOpusEncoder(){
}
$this->internalPostKeywordsActions($kbactions);
$add_to_recent = $_POST['add_to_recent'];
- if($add_to_recent){
+ if($add_to_recent == "true"){
$dbactions = array();
$dbaction = array();
$dbaction["action"] = "add";