From cdf1ae0029172c27f8e66389786789d2834e04e4 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 7 Nov 2010 07:50:16 +0000 Subject: - Remove redundant directory separator --- program/include/rcube_plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') 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 . '/'; } -- cgit v1.2.3