From 2fcc271f3da501dcf0cbcd338cf721c262fb9e1f Mon Sep 17 00:00:00 2001 From: "green-ponies (jgen)" Date: Wed, 18 Apr 2012 01:17:44 -0400 Subject: [PATCH] Small typo. --- core/util.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.inc.php b/core/util.inc.php index 233bf43a..2051a5bd 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -101,7 +101,7 @@ function bool_escape($input) { $input === "t" || $input === "true" || $input === "on" || - $input === "1" || + $input === "1" ); } }