summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-08-06 15:39:48 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-06 15:39:48 +0200
commite613f1b179e2e947f1a04b6c4edc84becc709480 (patch)
treebd6cd8a809b68261099e87f1b76c121a98298359
parent77d9a392d1188e5c5954f93c9f18ca8af773625c (diff)
fix style
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-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());
}