diff --git a/src/configuration/cms_default_setup.e b/src/configuration/cms_default_setup.e index f84bb19..2f8c8fa 100644 --- a/src/configuration/cms_default_setup.e +++ b/src/configuration/cms_default_setup.e @@ -117,7 +117,7 @@ feature -- Access create {NOTIFICATION_STORAGE_MAILER} l_storage_mailer.make (create {NOTIFICATION_EMAIL_FILE_STORAGE}.make (io.output)) else create {RAW_FILE} f.make_with_name (l_output) - if f.is_directory then + if f.exists and then f.is_directory then create {NOTIFICATION_STORAGE_MAILER} l_storage_mailer.make (create {NOTIFICATION_EMAIL_DIRECTORY_STORAGE}.make (f.path)) else if not f.exists then