From 9c85150e93c1efcf37925d90a8b4f1acbcd2ebc6 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 19 Feb 2013 02:16:41 +0000 Subject: [PATCH] * finish task #1094. --- module/user/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/user/control.php b/module/user/control.php index 03d2fef768..f54548012c 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -550,7 +550,7 @@ class user extends control $this->view->title = $this->lang->user->login; $this->view->referer = $this->referer; - $this->view->s = $this->config->global->sn; + $this->view->s = zget($this->config->global, 'sn'); $this->view->keepLogin = $this->cookie->keepLogin ? $this->cookie->keepLogin : 'off'; $this->display(); }