* Finish task #7734.

This commit is contained in:
holan20180123
2020-09-01 15:47:03 +08:00
parent 814bea0cd3
commit 20a09be88e
7 changed files with 69 additions and 69 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ class block extends control
*/
public function contribute()
{
$this->view->data = $this->block->getContributeBlockData();
$this->view->data = $this->loadModel('user')->getPersonalData();
$this->display();
}