summaryrefslogtreecommitdiff
path: root/demos/personal/protected/Pages/Layout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/personal/protected/Pages/Layout.tpl')
-rw-r--r--demos/personal/protected/Pages/Layout.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/personal/protected/Pages/Layout.tpl b/demos/personal/protected/Pages/Layout.tpl
index f1064231..897bf04b 100644
--- a/demos/personal/protected/Pages/Layout.tpl
+++ b/demos/personal/protected/Pages/Layout.tpl
@@ -25,7 +25,7 @@
<com:TLinkButton
Text="LOGOUT"
Visible=<%= !$this->User->IsGuest %>
- Click="logout"
+ OnClick="logout"
/>
</div>
</div>