Aleksander Machniak
2014-04-30 8b5d16d30a48ea5b4afda7019dd09dbcd303194f
program/lib/Roundcube/rcube.php
@@ -1438,6 +1438,13 @@
        ));
        if ($plugin['abort']) {
            if (!empty($plugin['error'])) {
                $error = $plugin['error'];
            }
            if (!empty($plugin['body_file'])) {
                $body_file = $plugin['body_file'];
            }
            return isset($plugin['result']) ? $plugin['result'] : false;
        }