Skip to content

Commit 23df62f

Browse files
committed
Fix mis-defined provider class. Issue #42.
1 parent 2e3da11 commit 23df62f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/) and follow principles of [keep a changelog](http://keepachangelog.com).
55

6+
## Version 1.10.3, 2018-05-26
7+
### Fixed
8+
- Error in privacy provider prevents privacy registry display (#42).
9+
610
## Version 1.10.2, 2018-04-29
711
### Fixed
812
- Impossible to enter SSIDs with less than 8 bytes (#41).

classes/privacy/provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @copyright 2018 onwards Nicolas Martignoni <[email protected]>
3535
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3636
*/
37-
class provider implements \core_privacy\metadata\null_provider {
37+
class provider implements \core_privacy\local\metadata\null_provider {
3838

3939
/**
4040
* Get the language string identifier explaining why tool_moodlebox

0 commit comments

Comments
 (0)