From 26417f9d0793c14c765481dfc10c7826562a39f1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 11 Jan 2010 17:34:29 +0000 Subject: #680422 by Heine: Fixed request_uri() can not be used as is in HTML. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 010e90195..7ad82f583 100644 --- a/update.php +++ b/update.php @@ -278,7 +278,7 @@ function update_check_requirements() { update_task_list('requirements'); drupal_set_title('Requirements problem'); $status_report = theme('status_report', array('requirements' => $requirements)); - $status_report .= 'Check the error messages and try again.'; + $status_report .= 'Check the error messages and try again.'; print theme('update_page', array('content' => $status_report)); exit(); } -- cgit v1.2.3