Skip to content
Snippets Groups Projects
Commit d8826462 authored by Helmo's avatar Helmo
Browse files

typo

parent 30fdcaa4
No related branches found
No related tags found
1 merge request!944Patch misc
......@@ -80,7 +80,7 @@ class mail_user_filter_plugin {
}
}
// We did not found our rule, so we add it now as first rule.
// We did not find our rule, so we add it now as first rule.
if($found == false && $page_form->dataRecord["active"] == 'y') {
$new_rule = $this->mail_user_filter_get_rule($page_form);
$out = $new_rule . $out;
......@@ -92,7 +92,7 @@ class mail_user_filter_plugin {
}
/*
* Remove the rendered filter from custom_mailfilter when a mail_user_filter is deleted
* Remove the rendered filter from custom_mailfilter when a mail_user_filter is deleted.
*/
function mail_user_filter_del($event_name, $page_form) {
global $app, $conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment