-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.2
-
None
-
MOODLE_402_STABLE
The logstore reader and writer traits make use of $this->store but they never set it, and nor do any of the core plugins.
It is consumed by get_name() and get_description() in the reader trait, but again those are never called either.
I'd suggest that we should deprecate the $this->store property, and have the getters just use the get_string() calls.
- has a non-specific relationship to
-
MDL-76556 The log helper sets the store incorrectly
-
- Closed
-