Merge commit 'jeff-themovie/0.8.x-profile-value' into 0.8.x
This commit is contained in:
commit
8e59ee61f7
|
@ -97,7 +97,7 @@ class ProfileSection extends Section
|
||||||
$this->out->elementEnd('a');
|
$this->out->elementEnd('a');
|
||||||
$this->out->elementEnd('span');
|
$this->out->elementEnd('span');
|
||||||
$this->out->elementEnd('td');
|
$this->out->elementEnd('td');
|
||||||
if ($profile->value) {
|
if (isset($profile->value)) {
|
||||||
$this->out->element('td', 'value', $profile->value);
|
$this->out->element('td', 'value', $profile->value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user