Change so abort=true does not break the loop in exec_hook(), provide a new 'break' flag for this purpose

pull/136/head
Aleksander Machniak 11 years ago
parent 075574c81f
commit c1bc8f6c82

@ -403,7 +403,7 @@ class rcube_plugin_api
$args = $ret + $args;
}
if ($args['abort']) {
if ($args['break']) {
break;
}
}

Loading…
Cancel
Save