diff --git a/protected/humhub/modules/search/libs/SearchResultSet.php b/protected/humhub/modules/search/libs/SearchResultSet.php index db4750959e..268cb325af 100644 --- a/protected/humhub/modules/search/libs/SearchResultSet.php +++ b/protected/humhub/modules/search/libs/SearchResultSet.php @@ -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'); } }