alecpl
2009-06-03 09839a59cbe4364d592f2834425905827e734316
program/include/rcube_plugin_api.php
@@ -61,8 +61,7 @@
   */
  private function __construct()
  {
    $rcmail = rcmail::get_instance();
    $this->dir = realpath($rcmail->config->get('plugins_dir'));
    $this->dir = INSTALL_PATH . $this->url;
  }