summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 76fdd98ff..4062ce5bb 100644
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@ if (menu_active_handler_exists()) {
menu_execute_active_handler();
}
else {
- print theme("page", "");
+ drupal_not_found();
}
drupal_page_footer();