@@ -15,18 +15,18 @@ discard block |
||
| 15 | 15 | class UserProfilePageController extends PageController |
| 16 | 16 | { |
| 17 | 17 | /** |
| 18 | - * @var string |
|
| 19 | - */ |
|
| 18 | + * @var string |
|
| 19 | + */ |
|
| 20 | 20 | private static $url_segment = 'my-profile'; |
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | - * @var array |
|
| 24 | - */ |
|
| 23 | + * @var array |
|
| 24 | + */ |
|
| 25 | 25 | private static $allowed_actions = array('ProfileForm'); |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @var mixed |
|
| 29 | - */ |
|
| 28 | + * @var mixed |
|
| 29 | + */ |
|
| 30 | 30 | private $member = false; |
| 31 | 31 | |
| 32 | 32 | public function init() |
@@ -37,9 +37,9 @@ discard block |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * Returns the profile form |
|
| 41 | - * @return \UserManagement\Forms\ProfileForm |
|
| 42 | - */ |
|
| 40 | + * Returns the profile form |
|
| 41 | + * @return \UserManagement\Forms\ProfileForm |
|
| 42 | + */ |
|
| 43 | 43 | public function ProfileForm() |
| 44 | 44 | { |
| 45 | 45 | |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | public function ProfileForm() |
| 44 | 44 | { |
| 45 | 45 | |
| 46 | - $form = new ProfileForm($this, 'ProfileForm'); |
|
| 46 | + $form = new ProfileForm($this, 'ProfileForm'); |
|
| 47 | 47 | $form->loadDataFrom($this->member); |
| 48 | 48 | return $form; |
| 49 | 49 | } |