alecpl
2010-11-07 cdf1ae0029172c27f8e66389786789d2834e04e4
- Remove redundant directory separator


1 files modified
2 ■■■ changed files
program/include/rcube_plugin.php 2 ●●● patch | view | raw | blame | history
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 . '/';
  }