mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
elofgren: VAR FIX: Change first concatation to an assignment in CompositeField::debug() (merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41781 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
282b8292a4
commit
6b2b21e735
@ -157,7 +157,7 @@ class CompositeField extends FormField {
|
||||
}
|
||||
|
||||
function debug() {
|
||||
$result .= "$this->class ($this->name) <ul>";
|
||||
$result = "$this->class ($this->name) <ul>";
|
||||
foreach($this->children as $child) {
|
||||
$result .= "<li>" . Debug::text($child) . " </li>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user