Skip to content
Snippets Groups Projects
Unverified Commit 3853e081 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4280 from PeopleInside/patch-2

Update class.list.php
parents 2d0218d7 4e66eabe
No related branches found
No related tags found
No related merge requests found
...@@ -522,7 +522,7 @@ class DynamicList extends VerySimpleModel implements CustomList { ...@@ -522,7 +522,7 @@ class DynamicList extends VerySimpleModel implements CustomList {
foreach (DynamicList::objects() as $list) { foreach (DynamicList::objects() as $list) {
$selections['list-'.$list->id] = $selections['list-'.$list->id] =
array($list->getPluralName(), array($list->getPluralName(),
SelectionField, $list->get('id')); 'SelectionField', $list->get('id'));
} }
return $selections; return $selections;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment