focuslabllc / ee-master-config

Focus Lab's Master Config setup for quick ExpressionEngine multi-environment support
http://focuslabllc.com/ee
294 stars 62 forks source link

Incorrect emoticon_path in config.master.php? #18

Open neilbradley opened 12 years ago

neilbradley commented 12 years ago

Hey Erik,

I think the line 107 of config.master.php should read as;

$env_config['emoticon_path']       = $images_path  . '/smileys/';

instead of;

$env_config['emoticon_path']       = $images_url  . '/smileys/';