Index: branches/5.1.x/core/units/helpers/site_config_helper.php =================================================================== diff -u -N -r13086 -r13929 --- branches/5.1.x/core/units/helpers/site_config_helper.php (.../site_config_helper.php) (revision 13086) +++ branches/5.1.x/core/units/helpers/site_config_helper.php (.../site_config_helper.php) (revision 13929) @@ -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); } /**