diff options
Diffstat (limited to 'mod/match.php')
-rw-r--r-- | mod/match.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/match.php b/mod/match.php index 092595a09..2742b4a88 100644 --- a/mod/match.php +++ b/mod/match.php @@ -47,11 +47,11 @@ function match_content(&$a) { $o .= '<div id="profile-match-wrapper-end"></div>'; } else { - notice( t('No matches') . EOL); + info( t('No matches') . EOL); } } $o .= paginate($a); return $o; -}
\ No newline at end of file +} |