Verified Commit 2333a96f authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix(Tasks) - LastExec timestamp

Fixes last exec timestamp being modified upon configuration
changes.
Showing with 3 additions and 3 deletions
+3 -3
......@@ -47,9 +47,9 @@ class tasksConfig extends simplePlugin
'Mail' => [
'name' => _('Mail Anti-Spam Configuration'),
'attrs' => [
new DateTimeAttribute(
_('Schedule'), '',
'fdTasksConfLastExecTime', FALSE
new IntAttribute(
_('Last Sent Mail'), '_(Last timestamp in Unix format when last email was sent succesfully)',
'fdTasksConfLastExecTime', FALSE, '', FALSE, ''
),
new IntAttribute(
_('Maximum number of e-mails processed per time'), _('Select max e-mails to be proccesse'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment