Skip to content

Commit

Permalink
041903: Sharing with a single users leads to Error
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Sep 30, 2024
1 parent 4b98fc7 commit 5423c89
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
class ilSingleUserShareGUI
{
protected ?int $wsp_node_id;
protected ?ilWorkspaceAccessHandler $wsp_access_handler;
/**
* @var ilPortfolioAccessHandler|ilWorkspaceAccessHandler
*/
protected $wsp_access_handler;
protected ilGlobalTemplateInterface $tpl;
protected ilCtrl $ctrl;
protected ilLanguage $lng;

public function __construct(
?ilWorkspaceAccessHandler $wsp_access_handler = null,
$wsp_access_handler = null,
?int $wsp_node_id = null
) {
global $DIC;
Expand Down

0 comments on commit 5423c89

Please sign in to comment.