Thomas Bruederli
2012-09-17 e8e2e76ed987d911ec878345e88d3c611a4b7b32
program/include/rcube_plugin_api.php
@@ -17,9 +17,6 @@
 +-----------------------------------------------------------------------+
 | Author: Thomas Bruederli <roundcube@gmail.com>                        |
 +-----------------------------------------------------------------------+
 $Id$
*/
// location where plugins are loade from
@@ -35,12 +32,12 @@
class rcube_plugin_api
{
  static private $instance;
  public $dir;
  public $url = 'plugins/';
  public $task = '';
  public $output;
  public $handlers = array();
  private $plugins = array();
  private $tasks = array();