From 1722d085acafd9bdabf3c922d953d396f653ebc6 Mon Sep 17 00:00:00 2001 From: Nathan Doyle Date: Sun, 26 Apr 2015 20:16:03 -0700 Subject: [PATCH] changed emoticon_path to a path vs url --- config/config.master.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.master.php b/config/config.master.php index 134f253..2a70c3d 100644 --- a/config/config.master.php +++ b/config/config.master.php @@ -104,7 +104,7 @@ $env_config['cp_url'] = $env_config['base_url'] . 'admin.php'; $env_config['theme_folder_path'] = $base_path . '/themes/'; $env_config['theme_folder_url'] = $base_url . '/themes/'; - $env_config['emoticon_path'] = $images_url . '/smileys/'; + $env_config['emoticon_path'] = $images_path . '/smileys/'; $env_config['emoticon_url'] = $images_url . '/smileys/'; $env_config['captcha_path'] = $images_path . '/captchas/'; $env_config['captcha_url'] = $images_url . '/captchas/';