fix incorectly merged smb.php

This commit is contained in:
Robin Appelman 2012-11-16 12:14:29 +01:00
parent f4f00b4edb
commit 54240140b1
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class SMB extends \OC\Files\Storage\StreamWrapper{
if(substr($this->share, -1, 1)=='/') {
$this->share = substr($this->share,0,-1);
}
}
public function getId(){
return 'smb::' . $this->user . '@' . $this->host . '/' . $this->share . '/' . $this->root;