diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-18 08:18:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-18 08:18:06 +0000 |
commit | 09b660a6085b972196ba68ce0f9dd8bce9516ca9 (patch) | |
tree | b7346878283082da7f314db2479ad7af5c7f95bc | |
parent | aa2f6162b25b8902a4cdb9d59ee37ff1d91d8820 (diff) | |
download | brdo-09b660a6085b972196ba68ce0f9dd8bce9516ca9.tar.gz brdo-09b660a6085b972196ba68ce0f9dd8bce9516ca9.tar.bz2 |
- Small update
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 4376fa685..497e82f79 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -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', '')); |