summaryrefslogtreecommitdiff
path: root/modules/search/helpers
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-08-31 00:42:18 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-08-31 00:42:18 -0700
commitddb84c84e16766c6b79bd7fea61532257e83ef8b (patch)
treeb66c8a2ce6e8d21da31b6d67adfd3ac5de9b8fe6 /modules/search/helpers
parent6d26b0dd6e900250072ca723c388cf3c5d987aeb (diff)
Rename mark_safe() to mark_clean()
Diffstat (limited to 'modules/search/helpers')
-rw-r--r--modules/search/helpers/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/helpers/search.php b/modules/search/helpers/search.php
index 5e23a04b..0080b4ce 100644
--- a/modules/search/helpers/search.php
+++ b/modules/search/helpers/search.php
@@ -58,7 +58,7 @@ class search_Core {
if ($remaining) {
site_status::warning(
t('Your search index needs to be updated. <a href="%url" class="gDialogLink">Fix this now</a>',
- array("url" => html::mark_safe(url::site("admin/maintenance/start/search_task::update_index?csrf=__CSRF__")))),
+ array("url" => html::mark_clean(url::site("admin/maintenance/start/search_task::update_index?csrf=__CSRF__")))),
"search_index_out_of_date");
}
}