mirror of
https://github.com/moodle/moodle.git
synced 2025-04-08 01:43:32 +02:00
MDL-78005 editor_tiny: Declared vars to supress error logging
This commit is contained in:
parent
4901ffe1ba
commit
3f07fc246f
@ -50,6 +50,9 @@ class lang {
|
||||
/** @var bool Whether Moodle is fully loaded or not */
|
||||
protected $fullyloaded = false;
|
||||
|
||||
/** @var string The complete path to the candidate file */
|
||||
protected $candidatefile;
|
||||
|
||||
/**
|
||||
* Constructor to load and serve the langfile.
|
||||
*/
|
||||
|
@ -49,6 +49,12 @@ class loader {
|
||||
/** @var string The mimetype to send */
|
||||
protected $mimetype = null;
|
||||
|
||||
/** @var string The component to use */
|
||||
protected $component;
|
||||
|
||||
/** @var string The complete path to the candidate file */
|
||||
protected $candidatefile;
|
||||
|
||||
/**
|
||||
* Initialise the class, parse the request and serve the content.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user