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 878af3c82..fd27b84a8 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -1193,7 +1193,7 @@ function language_default($property = NULL) {
* IP address of client machine, adjusted for reverse proxy and/or cluster
* environments.
*/
-function ip_address($reset = false) {
+function ip_address($reset = FALSE) {
static $ip_address = NULL;
if (!isset($ip_address) || $reset) {