diff options
| -rw-r--r-- | program/include/rcube_plugin.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/program/include/rcube_plugin.php b/program/include/rcube_plugin.php index 8ac874597..c7ec01943 100644 --- a/program/include/rcube_plugin.php +++ b/program/include/rcube_plugin.php @@ -75,7 +75,7 @@ abstract class rcube_plugin    {      $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 . '/';    } | 
