diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-07 07:50:16 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-07 07:50:16 +0000 |
| commit | d298cece9c5b1de0d59bd6d1e79cf168deb6b454 (patch) | |
| tree | d77a266214577386c910a1f96e6f495c8c8009c9 /roundcubemail/program/include | |
| parent | bdd9a868d0eaa12ac90a742d443e544f97878171 (diff) | |
- Remove redundant directory separator
git-svn-id: https://svn.roundcube.net/trunk@4189 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_plugin.php b/roundcubemail/program/include/rcube_plugin.php index 8ac874597..c7ec01943 100644 --- a/roundcubemail/program/include/rcube_plugin.php +++ b/roundcubemail/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 . '/'; } |
