summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index f29a9b6be..db111b428 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -460,7 +460,7 @@ function drupal_load($type, $name) {
$filename = drupal_get_filename($type, $name);
if ($filename) {
- include_once($filename);
+ include_once "./$filename";
$files[$type][$name] = TRUE;
return TRUE;