Index: branches/5.2.x/core/units/helpers/site_config_helper.php =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/units/helpers/site_config_helper.php (.../site_config_helper.php) (revision 13840) +++ branches/5.2.x/core/units/helpers/site_config_helper.php (.../site_config_helper.php) (revision 14092) @@ -1,6 +1,6 @@ Application->ConfigValue('AdminConsoleInterface'); - define('SYSTEM_PRESET_PATH', FULL_PATH . ADMIN_DIRECTORY . DIRECTORY_SEPARATOR . 'system_presets' . DIRECTORY_SEPARATOR . $preset_name); + define('SYSTEM_PRESET_PATH', FULL_PATH . ADMIN_PRESETS_DIRECTORY . DIRECTORY_SEPARATOR . 'system_presets' . DIRECTORY_SEPARATOR . $preset_name); } /**