From d298cece9c5b1de0d59bd6d1e79cf168deb6b454 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 7 Nov 2010 07:50:16 +0000 Subject: - Remove redundant directory separator git-svn-id: https://svn.roundcube.net/trunk@4189 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . '/'; } -- cgit v1.2.3