mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Fix backward assignment of M and P in procMemberAuthAccount
This commit is contained in:
parent
ee9a1a2b20
commit
75198423f3
1 changed files with 1 additions and 1 deletions
|
|
@ -1898,7 +1898,7 @@ class MemberController extends Member
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->setLayoutAndTemplatePaths(Context::get('m') ? 'P' : 'M', $config);
|
$this->setLayoutAndTemplatePaths(Context::get('m') ? 'M' : 'P', $config);
|
||||||
$tpl_file = sprintf('%s%s', $this->getTemplatePath(), 'reset_password.html');
|
$tpl_file = sprintf('%s%s', $this->getTemplatePath(), 'reset_password.html');
|
||||||
if (!Rhymix\Framework\Storage::exists($tpl_file))
|
if (!Rhymix\Framework\Storage::exists($tpl_file))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue