thomascube
2010-11-24 ea33cd1be8d13d9efee75669d4e1259f2b1dfd4c
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 . '/';
  }