Skip to content
Snippets Groups Projects
Unverified Commit e1632136 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Fixes

parent d3b62893
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ class Manager {
$accepted = $accepted ? IShare::STATUS_ACCEPTED : IShare::STATUS_PENDING;
$name = Filesystem::normalizePath('/' . $name);
if (!$accepted) {
if ($accepted !== IShare::STATUS_ACCEPTED) {
// To avoid conflicts with the mount point generation later,
// we only use a temporary mount point name here. The real
// mount point name will be generated when accepting the share,
......
......@@ -355,6 +355,7 @@ class DefaultShareProvider implements IShareProvider {
->execute();
$data = $stmt->fetch();
$stmt->closeCursor();
/*
* Check if there already is a user specific group share.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment