Skip to content

Commit

Permalink
Merge pull request #46 from lerni/2
Browse files Browse the repository at this point in the history
#45 php 74 up to 83
  • Loading branch information
wilr committed May 30, 2024
2 parents 3934fd6 + 3dcff13 commit 13b7b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FolderDropdownField.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function setLastFolderID($folderID)
{
$request = Controller::curr()->getRequest();
$session = $request->getSession();
$session->set($this::class . '.FolderID', $folderID);
$session->set(get_class($this) . '.FolderID', $folderID);
}

/**
Expand Down

0 comments on commit 13b7b4c

Please sign in to comment.