Aleksander Machniak
2013-10-30 0fb8940d066fc6ecac5a8c97385380c152b69acd
program/lib/Roundcube/rcube_plugin_api.php
@@ -35,8 +35,9 @@
    public $url = 'plugins/';
    public $task = '';
    public $output;
    public $handlers = array();
    public $allowed_prefs = array();
    public $handlers              = array();
    public $allowed_prefs         = array();
    public $allowed_session_prefs = array();
    protected $plugins = array();
    protected $tasks = array();
@@ -313,7 +314,6 @@
          $doc->loadXML($file);
          $xpath = new DOMXPath($doc);
          $xpath->registerNamespace('rc', "http://pear.php.net/dtd/package-2.0");
          $data = array();
          // XPaths of plugin metadata elements
          $metadata = array(
@@ -404,7 +404,7 @@
                $args = $ret + $args;
            }
            if ($args['abort']) {
            if ($args['break']) {
                break;
            }
        }