X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fidentity.php;h=17215555da88ccf1dfafa2d6fb5bbc5a98a0f0f2;hp=ed3d8973285d540b7855daa3c287e4068d028c6f;hb=1d6248ce00d0564f0508e7744490f27c30052af0;hpb=e498ebbdf3b0933a733da9b52d9d6b6ca1e0815e diff --git a/functions/identity.php b/functions/identity.php index ed3d8973..17215555 100644 --- a/functions/identity.php +++ b/functions/identity.php @@ -174,6 +174,9 @@ function sqfixidentities( $identities, $id, $action ) { case 'delete': if ($key == $id) { + // inform plugins about deleted id + do_hook('options_identities_process', $action, $id); + continue 2; } else { $fixed[$i] = $ident;