summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/bootstrap.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index c8280374a..5556f38cc 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -2438,7 +2438,8 @@ function drupal_valid_test_ua() {
}
}
- return FALSE;
+ $test_prefix = FALSE;
+ return $test_prefix;
}
/**