mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Make sure all variables are defined
This commit is contained in:
parent
8de0773214
commit
3bbb65998f
1 changed files with 2 additions and 0 deletions
|
|
@ -1989,6 +1989,8 @@ class Share extends Constants {
|
|||
|
||||
$queriesToExecute = array();
|
||||
$suggestedItemTarget = null;
|
||||
$groupFileTarget = $fileTarget = $suggestedFileTarget = $filePath = '';
|
||||
$groupItemTarget = $itemTarget = $fileSource = $parent = 0;
|
||||
|
||||
$result = self::checkReshare($itemType, $itemSource, $shareType, $shareWith, $uidOwner, $permissions, $itemSourceName, $expirationDate);
|
||||
if(!empty($result)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue