- Small update

4.4.x
Dries Buytaert 2003-12-18 08:18:06 +00:00
parent aa2f6162b2
commit 09b660a608
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ function drupal_rebuild_path_map() {
function drupal_not_found() {
header("HTTP/1.0 404 Not Found");
watchdog("httpd", "404 error: ". $_GET['q'] ." not found");
watchdog("httpd", "404 error: '". check_query($_GET["q"]) ."' not found");
$path = drupal_get_normal_path(variable_get('site_404', ''));