Fix property declaration

This commit is contained in:
Zach Copley
2011-03-09 18:16:02 -08:00
parent c6f9baf78c
commit 3d61d003bc
2 changed files with 5 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ class ExtendedProfile
$this->user = $profile->getUser();
$this->sections = $this->getSections();
$this->fields = $this->loadFields();
common_debug(var_export($this->fields, true));
}
/**