Edit page placeholder, link on main profile to details

This commit is contained in:
Brion Vibber
2011-02-02 16:38:01 -08:00
parent 7a97243abf
commit 59f4734985
3 changed files with 43 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ class ProfileDetailAction extends ProfileAction
$this->elementEnd('div');
}
$widget = new ExtendedProfileWidget($this, $this->profile, ExtendedProfileWidget::EDITABLE);
$widget = new ExtendedProfileWidget($this, $this->profile);
$widget->show();
}
}