mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 08:00:37 +01:00
Merge branch 'MDL-64283-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
5fd1f89004
@ -95,8 +95,8 @@ class core_competency_generator extends component_generator_base {
|
||||
* @return competency
|
||||
*/
|
||||
public function create_competency($record = null) {
|
||||
$this->frameworkcount++;
|
||||
$i = $this->frameworkcount;
|
||||
$this->competencycount++;
|
||||
$i = $this->competencycount;
|
||||
$record = (object) $record;
|
||||
|
||||
if (!isset($record->competencyframeworkid)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user