Aleksander Machniak
2014-04-30 efdbf4a7d9283129f46fc6d1a667588e6bda9805
program/lib/Roundcube/rcube.php
@@ -1479,6 +1479,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;
        }