summaryrefslogtreecommitdiffstats
path: root/system/helpers/smiley_helper.php
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-12-25 07:31:29 +0100
committerGreg Aker <greg@gregaker.net>2011-12-25 07:31:29 +0100
commit03abee3df4534028c795e3c3da91034a3d3ee0f4 (patch)
treec4f28408ef0d4b017bb8fc9dbeae3aeff4b39b97 /system/helpers/smiley_helper.php
parentf41c9cfbda27c71a1f34ef1ba7e15cad93564691 (diff)
Fixing soft tabs in a few files.
Diffstat (limited to 'system/helpers/smiley_helper.php')
-rw-r--r--system/helpers/smiley_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php
index 991495ee8..38e2965fc 100644
--- a/system/helpers/smiley_helper.php
+++ b/system/helpers/smiley_helper.php
@@ -243,7 +243,7 @@ if ( ! function_exists('_get_smiley_array'))
{
if (defined('ENVIRONMENT') AND file_exists(APPPATH.'config/'.ENVIRONMENT.'/smileys.php'))
{
- include(APPPATH.'config/'.ENVIRONMENT.'/smileys.php');
+ include(APPPATH.'config/'.ENVIRONMENT.'/smileys.php');
}
elseif (file_exists(APPPATH.'config/smileys.php'))
{