Skip to content

Commit

Permalink
Fixed the import() function parameters issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithy1anand committed Jun 17, 2023
2 parents 4d22bae + 5096bea commit 0913672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
20 changes: 1 addition & 19 deletions freetemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,5 @@
defined('MOODLE_INTERNAL') || die();

global $freetemplates;
$freetemplates = [

'0' => array(
'id' => 0,
'title' => 'demo test 1',
'description' => '<p dir="ltr" style="text-align: left;">test content of the block content</p>',
'tags' => [],
'backupfile' => 'course-10-online.mbz',
'preview_url' => '',
'restrictcohort' => 0,
'cohortids' => [],
'restrictcategory' => 0,
'categoryids' => [],
'includesubcategories' => 0,
'restrictrole' => 0,
'roleids' => [],
'description_format' => 1,
),
];
$freetemplates = [];

4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->version = 2023061700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500; // Requires this Moodle version.
$plugin->release = 'Version 1.2';
$plugin->release = 'Version 1.3';
$plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).
$plugin->supported = [39, 311];
$plugin->supported = [39, 400];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 0913672

Please sign in to comment.