diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-02-07 00:45:33 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-02-07 00:45:33 +0100 |
commit | 655bc02b4992d0ed764363f8181459d6390be24b (patch) | |
tree | ddc536d7deae25882da31b59dfaab6a9cfff3b62 /system/libraries/Loader.php | |
parent | c4e9dc961c67084294d1050545c451ba0319fbb5 (diff) |
fixed grammer error in show_error message
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r-- | system/libraries/Loader.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index d11630712..aede38d7a 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -526,7 +526,7 @@ class CI_Loader { {
if ($table === FALSE)
{
- show_error('You must include the name of the table you would like access when you initialize scaffolding');
+ show_error('You must include the name of the table you would like to access when you initialize scaffolding');
}
$CI =& get_instance();
|