Remove undefined return variable

This commit is contained in:
Michael Gapczynski 2012-08-07 14:38:02 -04:00
parent 0ddfc94cf5
commit b6bbbb4c47
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class Share {
self::put('file', $name, $shareType, $shareWith, $uidOwner, $permissions, $parentFolder);
}
}
return $return;
return true;
}
return false;
} else {