summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/steps/addressbook/search.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc
index b62de4906..7c52ef608 100644
--- a/program/steps/addressbook/search.inc
+++ b/program/steps/addressbook/search.inc
@@ -38,7 +38,7 @@ if ($result->count > 0)
}
else
{
- $OUTPUT->show_message('nocontactsfound', 'warning');
+ $OUTPUT->show_message('nocontactsfound', 'notice');
$search_request = null;
}