Aleksander Machniak
2013-10-14 c1bc8f6c827a27540b5510b42dcc65b39d38f2c1
Change so abort=true does not break the loop in exec_hook(), provide a new 'break' flag for this purpose
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_plugin_api.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_plugin_api.php
@@ -403,7 +403,7 @@
                $args = $ret + $args;
            }
            if ($args['abort']) {
            if ($args['break']) {
                break;
            }
        }