diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected700/layout/MainLayout.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected700/layout/MainLayout.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php index 3e0a3d19..6f385ce8 100644 --- a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php +++ b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php @@ -1,12 +1,12 @@ -<?php
-
-class MainLayout extends TTemplateControl
-{
- public function logout($sender,$param)
- {
- $this->Application->getModule('auth')->logout();
- $this->Response->reload();
- }
-}
-
+<?php + +class MainLayout extends TTemplateControl +{ + public function logout($sender,$param) + { + $this->Application->getModule('auth')->logout(); + $this->Response->reload(); + } +} + ?>
\ No newline at end of file |