Skip to content
Snippets Groups Projects
Commit 54240140 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix incorectly merged smb.php

parent f4f00b4e
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment