summaryrefslogtreecommitdiffstats
path: root/lib/Db/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Item.php')
-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 4fe9bc19c..06e1091f4 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -181,7 +181,7 @@ class Item extends Entity implements IAPI, \JsonSerializable
$search_string = "";
foreach ($input_list as $value) {
- if (is_null($value)){
+ if (is_null($value)) {
$search_string .= "";
} else {
html_entity_decode($value);