diff options
Diffstat (limited to 'app/php/pages/Profile.page')
-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 d9c84c1..7bd6718 100644 --- a/app/php/pages/Profile.page +++ b/app/php/pages/Profile.page @@ -14,5 +14,6 @@ <br /> <com:UpcomingEvents> <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay> + <prop:Facade><%= EventFacade::getInstance() %></prop:Facade> </com:UpcomingEvents> </com:TContent> |