]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSearch.php
EOL removed
[friendica.git] / src / Module / BaseSearch.php
index e67d3c3c93819234cb7ca0d85cea73a088426c42..57b5976ef0c9834c7cf1685b5e29ddc705a403a5 100644 (file)
@@ -116,7 +116,7 @@ class BaseSearch extends BaseModule
        protected static function printResult(ResultList $results, Pager $pager, $header = '')
        {
                if ($results->getTotal() == 0) {
-                       info(DI::l10n()->t('No matches'));
+                       notice(DI::l10n()->t('No matches'));
                        return '';
                }