MDL-58058 competency: replace other sortorder usages

This commit is contained in:
Simey Lameze
2017-12-08 15:58:52 +08:00
parent f250cdbb34
commit f9bb74c037
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class user_competency_plan extends persistent {
),
'sortorder' => array(
'type' => PARAM_INT,
'default' => null,
'default' => 0,
),
);
}