Updated user view in order to show referenced clubs
This commit is contained in:
@@ -16,6 +16,7 @@ abstract class AbstractClubsViewSingle extends HtmlView
|
||||
*/
|
||||
protected $object;
|
||||
protected $isNew;
|
||||
protected $id;
|
||||
|
||||
private $prepared = FALSE;
|
||||
|
||||
@@ -50,6 +51,8 @@ abstract class AbstractClubsViewSingle extends HtmlView
|
||||
$this->object->unpack($jsonData);
|
||||
|
||||
}
|
||||
|
||||
$this->id = $id;
|
||||
}
|
||||
|
||||
public function display($tpl = null)
|
||||
|
||||
Reference in New Issue
Block a user