Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 66b6b4d

Browse files
committed
Missing log for ShareNode action
1 parent 39f45a8 commit 66b6b4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/src/plugins/action.share/class.ShareCenter.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,12 @@ public function createSharedRepository($httpVars, &$update, $users=array(), $gro
14131413
($httpVars["self_watch_folder"] == "true")
14141414
);
14151415

1416+
$this->logInfo(($update?"Update":"New")." Share", array(
1417+
"file" => "'".$selection->getUniqueFile()."'",
1418+
"files" => $selection->getFiles(),
1419+
"repo_uuid" => $this->repository->getId(),
1420+
"shared_repo_uuid" => $newRepo->getId()
1421+
));
14161422

14171423
return $newRepo;
14181424
}

0 commit comments

Comments
 (0)