File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ public function install_crontab()
828828 foreach ($ cron_jobs as $ key => $ val ) {
829829 if (stristr ($ val ,'getmail ' )) unset($ existing_cron_jobs [$ key ]);
830830 }
831-
831+
832832 foreach ($ cron_jobs as $ cron_job ) {
833833 if (!in_array ($ cron_job ."\n" , $ existing_cron_jobs )) {
834834 $ existing_cron_jobs [] = $ cron_job ."\n" ;
Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ public function install_crontab()
846846 foreach ($ cron_jobs as $ key => $ val ) {
847847 if (stristr ($ val ,'getmail ' )) unset($ existing_cron_jobs [$ key ]);
848848 }
849-
849+
850850 foreach ($ cron_jobs as $ cron_job ) {
851851 if (!in_array ($ cron_job ."\n" , $ existing_cron_jobs )) {
852852 $ existing_cron_jobs [] = $ cron_job ."\n" ;
You can’t perform that action at this time.
0 commit comments