diff options
author | emkael <emkael@tlen.pl> | 2016-04-14 13:20:54 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-14 13:21:23 +0200 |
commit | 52a90cc018efebab9ab83332b93917bf934237ce (patch) | |
tree | 375d7294a03534df9395524c76d6d3b17957ddc3 /app/php/pages | |
parent | a8ce3075e929763e73d5279d9649b5e50993c98b (diff) |
* calendar facade refactoring in user selection control
Diffstat (limited to 'app/php/pages')
-rw-r--r-- | app/php/pages/Profile.page | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/php/pages/Profile.page b/app/php/pages/Profile.page index 1b11977..d9c84c1 100644 --- a/app/php/pages/Profile.page +++ b/app/php/pages/Profile.page @@ -9,6 +9,7 @@ <br /> <com:UserSelection> <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay> + <prop:Facade><%= CalendarFacade::getInstance() %></prop:Facade> </com:UserSelection> <br /> <com:UpcomingEvents> |