mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
Removed error level for missing records in search index
This commit is contained in:
parent
74ae697e01
commit
8f8a1b4cfe
@ -56,7 +56,7 @@ class SearchResultSet
|
||||
if ($instance !== null) {
|
||||
$instances[] = $instance;
|
||||
} else {
|
||||
Yii::error('Could not load search result ' . $result->model . " - " . $result->pk);
|
||||
Yii::info('Could not load search result ' . $result->model . " - " . $result->pk, 'search');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user