mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Reduce function calls
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
ca93d73f97
commit
9669d451e3
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ class ShareController extends AuthPublicShareController {
|
|||
|
||||
$hideFileList = false;
|
||||
|
||||
if ($share->getNode() instanceof \OCP\Files\Folder) {
|
||||
if ($shareNode instanceof \OCP\Files\Folder) {
|
||||
|
||||
$shareIsFolder = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue