We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1120200 commit 1136cf8Copy full SHA for 1136cf8
1 file changed
lbplanner/classes/model/kanbanentry.php
@@ -70,7 +70,7 @@ public function __construct(int $id, int $userid, int $cmid, int $column) {
70
* @return kanbanentry the kanbanentry obj
71
*/
72
public static function from_obj(\stdClass $obj): self {
73
- return new self($obj->id, $obj->userid, $obj->cmid, $obj->column);
+ return new self($obj->id, $obj->userid, $obj->cmid, $obj->selectedcolumn);
74
}
75
76
/**
0 commit comments