issue 2018 remove code Context::set('act', 'procMemberLogin').

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11020 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-08-10 04:38:10 +00:00
parent f1b8aef579
commit f9bc894b7e

View file

@ -271,7 +271,6 @@
// Set a template file
Context::set('referer_url', htmlspecialchars($_SERVER['HTTP_REFERER']));
Context::set('act', 'procMemberLogin');
$this->setTemplateFile('login_form');
}