Skip to content

Commit

Permalink
Fix stupid reflist bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Feb 9, 2016
1 parent c18aa8f commit 8c04f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function create($key, $repository, $linkedRefField, $refListKey)

public function type()
{
return "ref";
return "refSublistItem";
}

/**
Expand Down

0 comments on commit 8c04f40

Please sign in to comment.