summaryrefslogtreecommitdiffstats
path: root/system/helpers/text_helper.php
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-03-18 14:02:37 +0100
committerEric Barnes <eric@ericlbarnes.com>2011-03-18 14:02:37 +0100
commit928083406322821a35a7d8a4205620c3854772a6 (patch)
treeeed53a5207649e137b82853bfb675896adbe795c /system/helpers/text_helper.php
parentbb458e3b9189af409d342623a9873397a1ac92c2 (diff)
Fixed coding to match standards from previous releases
Diffstat (limited to 'system/helpers/text_helper.php')
-rw-r--r--system/helpers/text_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php
index 197bcb14e..99f521fb5 100644
--- a/system/helpers/text_helper.php
+++ b/system/helpers/text_helper.php
@@ -373,7 +373,7 @@ if ( ! function_exists('convert_accented_characters'))
if (file_exists(APPPATH.'config/'.ENVIRONMENT.'/foreign_chars'.EXT))
{
- include APPPATH.'config/'.ENVIRONMENT.'/foreign_chars'.EXT;
+ include APPPATH.'config/'.ENVIRONMENT.'/foreign_chars'.EXT;
}
else
{