Skip to content

Commit 3640100

Browse files
committed
Fix ImsLti plugin by unserialize settings
refs #2821
1 parent c18601c commit 3640100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/ims_lti/Entity/ImsLtiTool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public function isSharingPicture()
465465
*/
466466
public function unserializePrivacy()
467467
{
468-
return UnserializeApi::unserialize('not_allowed_classes', $this->privacy);
468+
return \UnserializeApi::unserialize('not_allowed_classes', $this->privacy);
469469
}
470470

471471
/**

0 commit comments

Comments
 (0)