fix an array declaration

pull/1148/head
Andreas Ziegler 2016-05-20 05:11:11 +02:00
parent 65d9c6b691
commit 1a1bdc78c0
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ class Attribute extends AppModel {
),
'distribution' => array(
'rule' => array('inList', array('0', '1', '2', '3', '4', '5')),
'message' => 'Options : Your organisation only, This community only, Connected communities, All communities', 'Sharing group', 'Inherit event',
'message' => 'Options: Your organisation only, This community only, Connected communities, All communities, Sharing group, Inherit event',
//'allowEmpty' => false,
'required' => true,
//'last' => false, // Stop validation after this rule