Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Tasks.hx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Tasks extends UFTaskSet
var tasks = new Tasks();

// Inject our content directory in case we need to write to it.
tasks.inject( String, "uf-content/", "contentDirectory" );
tasks.inject( String, "../uf-content/", "contentDirectory" );

// Inject our mailer, which sends SMTP and saves a copy of emails to the DB also.
var smtpMailer = null; //new SMTPMailer( Config.smtp );
Expand Down
File renamed without changes.