add missing connect

This commit is contained in:
Robin Appelman 2015-06-24 14:39:25 +02:00
commit 545a95443a

View file

@ -149,6 +149,7 @@ class NativeShare implements IShare {
* @throws \Icewind\SMB\Exception\InvalidTypeException
*/
public function del($path) {
$this->connect();
return $this->state->unlink($this->buildUrl($path));
}