alecpl
2010-12-07 d7e83d34ddad6d4285a1ae18362642149b18aaa2
program/include/rcube_plugin.php
@@ -75,7 +75,7 @@
  {
    $this->ID = get_class($this);
    $this->api = $api;
    $this->home = $api->dir . DIRECTORY_SEPARATOR . $this->ID;
    $this->home = $api->dir . $this->ID;
    $this->urlbase = $api->url . $this->ID . '/';
  }