From cb0aeb81d77d7170196f1b667978f56c6018100b Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 25 Nov 2006 20:51:43 +0000 Subject: merge from 3.0 branch till 1508. --- demos/personal/protected/Pages/Layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/personal/protected/Pages/Layout.php') diff --git a/demos/personal/protected/Pages/Layout.php b/demos/personal/protected/Pages/Layout.php index 37ed95d4..f5009542 100644 --- a/demos/personal/protected/Pages/Layout.php +++ b/demos/personal/protected/Pages/Layout.php @@ -5,7 +5,7 @@ class Layout extends TTemplateControl public function logout($sender,$param) { $this->Application->getModule('auth')->logout(); - $this->Response->redirect($this->Service->constructUrl('Home')); + $this->Response->redirect($this->Service->constructUrl('Home',null,false)); } } -- cgit v1.2.3