Small typo.

This commit is contained in:
green-ponies (jgen) 2012-04-18 01:17:44 -04:00
parent 1615f79be4
commit 2fcc271f3d

View File

@ -101,7 +101,7 @@ function bool_escape($input) {
$input === "t" ||
$input === "true" ||
$input === "on" ||
$input === "1" ||
$input === "1"
);
}
}