Thomas Bruederli
2012-10-04 ae44bf4dc76dcc686907d99c8ff208bf952b9ff6
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();