summaryrefslogtreecommitdiff
path: root/modules/search/helpers
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-08-30 07:00:56 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-08-30 07:00:56 -0700
commiteffccfd41d2618cfd41ce6db0834c2298fdb42d8 (patch)
tree37af3e07b0e8e0396934144a679015c4f8326a44 /modules/search/helpers
parent52b542b25353419d2895ecd6dd23cddf3b5dfe3d (diff)
Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.
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 4be04039..5e23a04b 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" => SafeString::of_safe_html(url::site("admin/maintenance/start/search_task::update_index?csrf=__CSRF__")))),
+ array("url" => html::mark_safe(url::site("admin/maintenance/start/search_task::update_index?csrf=__CSRF__")))),
"search_index_out_of_date");
}
}