summaryrefslogtreecommitdiff
path: root/app/php/pages/Profile.page
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/pages/Profile.page')
-rw-r--r--app/php/pages/Profile.page2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/php/pages/Profile.page b/app/php/pages/Profile.page
index 7bd6718..163d3fa 100644
--- a/app/php/pages/Profile.page
+++ b/app/php/pages/Profile.page
@@ -1,9 +1,11 @@
<com:TContent ID="Content">
<com:PasswordChange>
+ <prop:Facade><%= UserFacade::getInstance() %></prop:Facade>
<prop:UserToChange><%= $this->User %></prop:UserToChange>
</com:PasswordChange>
<br />
<com:TimezoneSelect>
+ <prop:Facade><%= UserFacade::getInstance() %></prop:Facade>
<prop:UserToChange><%= $this->User %></prop:UserToChange>
</com:TimezoneSelect>
<br />