remove default from match.php
This commit is contained in:
parent
154109f9ee
commit
6ea9c1764c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ function match_content(App $a)
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
if (!$profile['pub_keywords'] && (!$profile['prv_keywords'])) {
|
if (!$profile['pub_keywords'] && (!$profile['prv_keywords'])) {
|
||||||
notice(DI::l10n()->t('No keywords to match. Please add keywords to your default profile.') . EOL);
|
notice(DI::l10n()->t('No keywords to match. Please add keywords to your profile.') . EOL);
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue