Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-orchestrator
Commits
205afc3c
Commit
205afc3c
authored
1 month ago
by
Oana-Eliza Alexa
Browse files
Options
Download
Patches
Plain Diff
use utils
parent
eb36997a
81-redesign-reminders-class
1 merge request
!77
Draft: Resolve "Redesign reminders class"
Pipeline
#32366
failed with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/tasks/Reminder.php
+1
-4
plugins/tasks/Reminder.php
with
1 addition
and
4 deletions
+1
-4
plugins/tasks/Reminder.php
+
1
−
4
View file @
205afc3c
...
@@ -454,10 +454,7 @@ class Reminder implements EndpointInterface
...
@@ -454,10 +454,7 @@ class Reminder implements EndpointInterface
{
{
$result
=
[];
$result
=
[];
// Re-use of the same mail processing template logic
// Re-use of the same mail processing template logic
$fdTasksConf
=
$this
->
gateway
->
getLdapTasks
(
$fdTasksConf
=
MailUtils
::
getMailObjectConfiguration
(
$this
->
gateway
);
"(objectClass=fdTasksConf)"
,
[
"fdTasksConfLastExecTime"
,
"fdTasksConfIntervalEmails"
,
"fdTasksConfMaxEmails"
]
);
$maxMailsConfig
=
$fdTasksConf
[
0
][
"fdtasksconfmaxemails"
][
0
]
??
50
;
$maxMailsConfig
=
$fdTasksConf
[
0
][
"fdtasksconfmaxemails"
][
0
]
??
50
;
/*
/*
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets