From bca400fbd1cccf817bc16c725da2ffe82757b4c7 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 21 Feb 2008 22:19:55 +0000 Subject: fix $FALSE to FALSE --- system/helpers/file_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/helpers') diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index 0005c2a24..096d225d7 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -186,7 +186,7 @@ if (! function_exists('get_filenames')) } else { - return $FALSE; + return FALSE; } } } -- cgit v1.2.3-24-g4f1b