mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
7b0de78a31
commit
8b85ef1ae1
@ -28,7 +28,7 @@ class Member extends DataObject {
|
||||
'Locale' => 'Varchar(6)',
|
||||
);
|
||||
|
||||
static $has_one = arrary(
|
||||
static $has_one = array(
|
||||
);
|
||||
|
||||
static $belongs_many_many = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user