Merged revisions 46467 via svnmerge from

svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.1

........
  r46467 | sminnee | 2007-12-07 11:28:44 +1300 (Fri, 07 Dec 2007) | 1 line
  
  Added empty  array to member so that roles can add their own has_one relations
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@46816 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-12-13 22:34:11 +00:00
parent f630e571af
commit 7b0de78a31

View File

@ -28,6 +28,9 @@ class Member extends DataObject {
'Locale' => 'Varchar(6)',
);
static $has_one = arrary(
);
static $belongs_many_many = array(
"Groups" => "Group",