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