mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Fix variable name in Shared_Updater
This commit is contained in:
parent
9b4d7d9925
commit
e466d680fe
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class Shared_Updater {
|
|||
* @param array $params
|
||||
*/
|
||||
static public function shareHook($params) {
|
||||
if ($params['itemType'] === 'file' || $param['itemType'] === 'folder') {
|
||||
if ($params['itemType'] === 'file' || $params['itemType'] === 'folder') {
|
||||
$id = \OC\Files\Filesystem::getPath($params['itemSource']);
|
||||
self::correctFolders($id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue