Merged revisions 46468 via svnmerge from

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

........
  r46468 | sminnee | 2007-12-07 11:30:35 +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@46817 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-12-13 22:34:18 +00:00
parent 7b0de78a31
commit 8b85ef1ae1

View File

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