summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Db/Item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index 51f373186..c1366bb8c 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -190,7 +190,7 @@ class Item extends Entity implements IAPI, \JsonSerializable
$search_string .= $this->getUrl();
- $this->setSearchIndex(mb_strtolower($search_string,'UTF-8'));
+ $this->setSearchIndex(mb_strtolower($search_string, 'UTF-8'));
$this->setFingerprint($this->computeFingerprint());
$this->setContentHash($this->computeContentHash());
}