mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix incorectly merged smb.php
This commit is contained in:
parent
f4f00b4edb
commit
54240140b1
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue