We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894cd71 commit 620da64Copy full SHA for 620da64
docs/apis/subsystems/privacy/index.md
@@ -643,7 +643,7 @@ You need to provide a description of the value of the user preference. (This des
643
* @param int $userid The userid of the user whose data is to be exported.
644
*/
645
public static function export_user_preferences(int $userid) {
646
- $markasreadonnotification = get_user_preference('markasreadonnotification', null, $userid);
+ $markasreadonnotification = get_user_preferences('markasreadonnotification', null, $userid);
647
if (null !== $markasreadonnotification) {
648
switch ($markasreadonnotification) {
649
case 0:
0 commit comments