Merge commit 'jeff-themovie/0.8.x-profile-value' into 0.8.x

This commit is contained in:
Craig Andrews 2009-08-04 10:03:07 -04:00
commit 8e59ee61f7
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class ProfileSection extends Section
$this->out->elementEnd('a');
$this->out->elementEnd('span');
$this->out->elementEnd('td');
if ($profile->value) {
if (isset($profile->value)) {
$this->out->element('td', 'value', $profile->value);
}