mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-44316 core_tag: correction to the default value
This commit is contained in:
parent
81e50a3661
commit
f316de8a7f
@ -3280,8 +3280,8 @@ abstract class restore_activity_structure_step extends restore_structure_step {
|
||||
*/
|
||||
class restore_create_categories_and_questions extends restore_structure_step {
|
||||
|
||||
/** @var array $cachecategory store the categories */
|
||||
protected $cachedcategory = array();
|
||||
/** @var array $cachecategory store a question category */
|
||||
protected $cachedcategory = null;
|
||||
|
||||
protected function define_structure() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user